diff options
Diffstat (limited to 'monit/zabbix-server.conf')
| -rw-r--r-- | monit/zabbix-server.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/monit/zabbix-server.conf b/monit/zabbix-server.conf new file mode 100644 index 0000000..7f75704 --- /dev/null +++ b/monit/zabbix-server.conf @@ -0,0 +1,7 @@ +check process zabbix_server with pidfile /var/run/zabbix/zabbix_server.pid + start program = "/etc/init.d/zabbix-server start" + stop program = "/etc/init.d/zabbix-server stop" + if failed port 10051 type tcp for 3 times within 5 cycles then alert + if failed port 10051 type tcp for 5 times within 10 cycles then restart + if 3 restarts within 3 cycles then alert + if 5 restarts within 5 cycles then timeout |
