[-]
[+]
|
Changed |
nagios-plugins-plesk.changes
|
|
[-]
[+]
|
Changed |
nagios-plugins-plesk.spec
^
|
|
[-]
[+]
|
Changed |
plesk.cfg
^
|
@@ -2,3 +2,7 @@
command[check_disk_root]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /
command[check_swap]=/usr/lib/nagios/plugins/check_swap -w 20% -c 10%
command[check_qmail_queue]=/usr/lib/nagios/plugins/check_mailq -M qmail -w 100 -c 150 -t 20
+command[check_postfix_queue]==/usr/lib/nagios/plugins/check_mailq -M postfix -w 100 -c 150 -t 20
+command[check_proc_httpd]=/usr/lib/nagios/plugins/check_procs -c 1: -C httpd
+command[check_proc_nginx]=/usr/lib/nagios/plugins/check_procs -c 1: -C nginx
+
|