From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- web/attachments/110840-check_snmp_disk_monitor.pl.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 web/attachments/110840-check_snmp_disk_monitor.pl.patch (limited to 'web/attachments/110840-check_snmp_disk_monitor.pl.patch') diff --git a/web/attachments/110840-check_snmp_disk_monitor.pl.patch b/web/attachments/110840-check_snmp_disk_monitor.pl.patch new file mode 100644 index 0000000..b617909 --- /dev/null +++ b/web/attachments/110840-check_snmp_disk_monitor.pl.patch @@ -0,0 +1,13 @@ +--- check_snmp_disk_monitor.pl.orig 2004-12-01 16:20:14.502241047 +0300 ++++ check_snmp_disk_monitor.pl 2004-12-01 16:20:34.524424531 +0300 +@@ -37,8 +37,8 @@ + 'H:s' => \$opt_host, 'hostname:s' => \$opt_host, + 'p:i' => \$opt_port, 'port:i' => \$opt_port, + 'C:s' => \$opt_community, 'community:s' => \$opt_community, +- 'c:i' => \$opt_crit, 'critical:i' => \$opt_crit, +- 'w:i' => \$opt_warn, 'warning:i' => \$opt_warn, ++ 'c:i' => \$opt_critical, 'critical:i' => \$opt_critical, ++ 'w:i' => \$opt_warning, 'warning:i' => \$opt_warning, + 't:i' => \$TIMEOUT, 'timeout:i' => \$TIMEOUT, + 'm:s' => \$opt_mountpoint, 'mountpoint:s'=> \$opt_mountpoint + ); -- cgit v1.2.3-74-g34f1