summaryrefslogtreecommitdiffstats
path: root/web/attachments/110840-check_snmp_disk_monitor.pl.patch
blob: b617909a96730c186c5600c12e073e1ffa8d2cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
     );