summaryrefslogtreecommitdiffstats
path: root/web/attachments/110840-check_snmp_disk_monitor.pl.patch
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/110840-check_snmp_disk_monitor.pl.patch
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
Diffstat (limited to 'web/attachments/110840-check_snmp_disk_monitor.pl.patch')
-rw-r--r--web/attachments/110840-check_snmp_disk_monitor.pl.patch13
1 files changed, 13 insertions, 0 deletions
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 @@
1--- check_snmp_disk_monitor.pl.orig 2004-12-01 16:20:14.502241047 +0300
2+++ check_snmp_disk_monitor.pl 2004-12-01 16:20:34.524424531 +0300
3@@ -37,8 +37,8 @@
4 'H:s' => \$opt_host, 'hostname:s' => \$opt_host,
5 'p:i' => \$opt_port, 'port:i' => \$opt_port,
6 'C:s' => \$opt_community, 'community:s' => \$opt_community,
7- 'c:i' => \$opt_crit, 'critical:i' => \$opt_crit,
8- 'w:i' => \$opt_warn, 'warning:i' => \$opt_warn,
9+ 'c:i' => \$opt_critical, 'critical:i' => \$opt_critical,
10+ 'w:i' => \$opt_warning, 'warning:i' => \$opt_warning,
11 't:i' => \$TIMEOUT, 'timeout:i' => \$TIMEOUT,
12 'm:s' => \$opt_mountpoint, 'mountpoint:s'=> \$opt_mountpoint
13 );