[-]
[+]
|
Changed |
nagios-plugins-plesk.changes
|
|
[-]
[+]
|
Changed |
nagios-plugins-plesk.spec
^
|
|
[-]
[+]
|
Deleted |
check_disks_plesk
^
|
@@ -1,16 +0,0 @@
-#!/bin/bash
-CHECK_MULTI_CMD_FILE="/tmp/check_disks.cmd"
-CNT=0
-
-rm -rf ${CHECK_MULTI_CMD_FILE}
-
-for a in `grep -E '(xfs|ext2|ext3|ext4|btrfs|reiserfs|vfat)' /proc/mounts | awk '{print $1}'` ; do
- echo "command[check_disk_${CNT}]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p ${a}" >> ${CHECK_MULTI_CMD_FILE}
- CNT=`expr ${CNT} + 1`
-done
-if [ -x /usr/lib/nagios/plugins/check_multi ] ; then
- /usr/lib/nagios/plugins/check_multi -f ${CHECK_MULTI_CMD_FILE} -s dont_be_paranoid=1
-else
- echo "Plugin: /usr/lib/nagios/plugins/check_multi not executable"
- exit 2
-fi
|
[-]
[+]
|
Changed |
plesk.cfg
^
|
@@ -1,4 +1,3 @@
command[check_mysql]=/usr/lib/nagios/plugins/check_mysql_plesk
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_disks]=/usr/lib/nagios/plugins/check_disks_plesk
|