Changes of Revision 11
[-] | Changed | nagios-plugins-plesk.changes |
1
2 ------------------------------------------------------------------- 3 +Fri Jul 21 13:18:51 UTC 2023 - Carsten Schoene <carsten.schoene@internetx.com> 4 + 5 +- added check_postfix_queue, check_proc_httpd, check_proc_nginx definitions 6 + 7 +------------------------------------------------------------------- 8 Wed Dec 2 17:39:33 UTC 2015 - cs@linux-administrator.com 9 10 - added check_stale_lock2 plugin and definition in lock.cfg 11 |
||
[-] | Changed | nagios-plugins-plesk.spec ^ |
8 1
2 Name: nagios-plugins-plesk 3 -Version: 0.5 4 +Version: 0.6 5 Release: 1 6 Url: http://www.linux-administrator.com 7 Group: System/Monitoring 8 |
||
[+] | 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 + |