update dovecot with items form new/updated script (#3)

Reviewed-on: #3
This commit is contained in:
meaz 2023-11-15 19:46:40 +00:00
parent 2db5f1f199
commit e4ac3a9a14
1 changed files with 12 additions and 12 deletions

View File

@ -10,14 +10,6 @@ zabbix_export:
groups:
- name: Templates
items:
- uuid: 255135e1c0dd439e905d68fb46ef7d7f
name: 'Dovecot Device Count'
key: dovecot.devicecount
delay: 60s
request_method: POST
tags:
- tag: Application
value: dovecot
- uuid: dd1cdd50632b4a93880e28f7226436d7
name: 'Dovecot process count'
key: dovecot.processes
@ -31,9 +23,17 @@ zabbix_export:
expression: 'last(/Service - Dovecot/dovecot.processes)>6000'
name: 'Number of Dovecot processes high'
priority: WARNING
- uuid: 255135e1c0dd439e905d68fb46ef7d7f
name: 'Dovecot Device Count'
key: 'dovecot[dovecot_devicecount]'
delay: 60s
request_method: POST
tags:
- tag: Application
value: dovecot
- uuid: f3ddf2bec10647209d6b3cffcfb6d353
name: 'Dovecot User Count'
key: dovecot.usercount
key: 'dovecot[dovecot_usercount]'
delay: 600s
request_method: POST
tags:
@ -41,7 +41,7 @@ zabbix_export:
value: dovecot
triggers:
- uuid: c678c27311544077885e76b362aa1c4f
expression: 'last(/Service - Dovecot/dovecot.usercount)>1500'
expression: 'last(/Service - Dovecot/dovecot[dovecot_usercount])>1500'
name: 'Number of Dovecot online users high'
priority: WARNING
graphs:
@ -51,7 +51,7 @@ zabbix_export:
- color: 9999FF
item:
host: 'Service - Dovecot'
key: dovecot.devicecount
key: 'dovecot[dovecot_devicecount]'
- uuid: b9e5ef35ec6f438a95ed5e488cdd08c2
name: 'Dovecot process count'
graph_items:
@ -65,4 +65,4 @@ zabbix_export:
- color: 1A7C11
item:
host: 'Service - Dovecot'
key: dovecot.usercount
key: 'dovecot[dovecot_usercount]'