@@ -1,33 +0,0 @@
---- check_disks.orig
-+++ check_disks
-@@ -4,7 +4,7 @@ CNT=0
-
- rm -rf ${CHECK_MULTI_CMD_FILE}
-
--for a in `grep -E '(xfs|ext2|ext3|ext4|btrfs|reiserfs|vfat|tmpfs|vzfs)' /proc/mounts | awk '{print $1}' | grep ^/` ; do
-+for a in `grep -E '(xfs|ext2|ext3|ext4|btrfs|reiserfs|vfat|tmpfs|vzfs)' /proc/mounts | awk '{print $1}' | grep ^/ | grep -v -E '(^/vz/template:)'` ; 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
---- nagios-plugins-disks.changes.orig
-+++ nagios-plugins-disks.changes
-@@ -1,4 +1,10 @@
- -------------------------------------------------------------------
-+Wed Dec 5 09:25:58 UTC 2012 - cs@linux-administrator.com
-+
-+- version 0.4
-+ * exclude /vz/template: mounts
-+
-+-------------------------------------------------------------------
- Wed Dec 5 08:48:13 UTC 2012 - cs@linux-administrator.com
-
- - version 0.3
---- nagios-plugins-disks.spec.orig
-+++ nagios-plugins-disks.spec
-@@ -1,5 +1,5 @@
- Name: nagios-plugins-disks
--Version: 0.3
-+Version: 0.4
- Release: 1
- Url: http://www.linux-administrator.com
- Group: System/Monitoring
|