blob: 43d491563cd41c3e3d3d0bb573a1c59263d30d4c (
plain)
1
2
3
4
5
6
7
8
|
#check process zabbix-agentd with pidfile /var/run/zabbix-agent/zabbix_agentd.pid
check process zabbix_agentd with pidfile /var/run/zabbix/zabbix_agentd.pid
start program = "/etc/init.d/zabbix-agent start"
stop program = "/etc/init.d/zabbix-agent stop"
# if failed port 10050 for 3 times within 5 cycles then alert
# if failed port 10050 for 10 times within 10 cycles then restart
if 3 restarts within 3 cycles then alert
if 5 restarts within 5 cycles then timeout
|