fix short help
authorGerd v. Egidy <gerd.von.egidy@intra2net.com>
Wed, 11 Nov 2009 21:25:45 +0000 (22:25 +0100)
committerGerd v. Egidy <gerd.von.egidy@intra2net.com>
Wed, 11 Nov 2009 21:25:45 +0000 (22:25 +0100)
check_mem_ucd_snmp/README
check_mem_ucd_snmp/check_mem_ucd_snmp

index 314e357..e31c570 100644 (file)
@@ -12,7 +12,7 @@ Usage: check_mem_ucd_snmp [-h|--help] -H <hostname> [-p <port>] [-t <timeout>] [
 [-1 | -2] [-c <community>]
 [-3] [-u <username>] [-a (md5|sha)] [-A <authpasswd>] [-x (des|aes)] [-X <privpasswd>]
      [-E <contextengineid>] [-n <contextname>]
-[-t <total-threshold>] [-T <total-threshold>] [-r <real-threshold>] [-R <real-threshold>]
+[-m <total-threshold>] [-M <total-threshold>] [-r <real-threshold>] [-R <real-threshold>]
 
  -?, --usage
    Print usage information
index fe49c53..45dc00a 100644 (file)
@@ -32,7 +32,7 @@ my $np = Nagios::Plugin->new(
                      . "[-1 | -2] [-c <community>]\n"
                      . "[-3] [-u <username>] [-a (md5|sha)] [-A <authpasswd>] [-x (des|aes)] [-X <privpasswd>]\n"
                      . "     [-E <contextengineid>] [-n <contextname>]\n"
-                     . "[-t <total-threshold>] [-T <total-threshold>] [-r <real-threshold>] [-R <real-threshold>]",
+                     . "[-m <total-threshold>] [-M <total-threshold>] [-r <real-threshold>] [-R <real-threshold>]",
             extra   => "\nAll thresholds are in nagios standard format, see\n"
                      . "http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT\n"
                      . "for a description\n"