[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

david hannequin david.hannequin at gmail.com
Tue Feb 28 22:11:20 UTC 2012


The following commit has been merged in the debian/master branch:
commit 596c2ae84d7323dbbd53e417060748ece260e785
Author: david hannequin <david.hannequin at gmail.com>
Date:   Mon Jan 2 16:58:03 2012 +0100

    fix help message.

diff --git a/libexec/check_shinken_load.py b/libexec/check_shinken_load.py
index 049c62a..68ffd4c 100755
--- a/libexec/check_shinken_load.py
+++ b/libexec/check_shinken_load.py
@@ -18,7 +18,6 @@ import getopt
 def usage():
     print 'Usage :'
     print sys.argv[0] + ' -w <load1,load5,load15> -c <load1,load5,load15>'
-    print '-p --port : snmp port by default 161' 
     print '   -c (--critical)      Three critical tresholds (defaults : 4,3,2)\n';
     print '   -w (--warning)       Three warning tresholds (defaults : 3,2,1)\n';
     print '   -h (--help)          Usage help\n';
diff --git a/libexec/check_shinken_mem.py b/libexec/check_shinken_mem.py
index fb12c09..747ca41 100755
--- a/libexec/check_shinken_mem.py
+++ b/libexec/check_shinken_mem.py
@@ -18,7 +18,6 @@ import getopt
 def usage():
     print 'Usage :'
     print sys.argv[0] + ' -w <80> -c <90>'
-    print '-p --port : snmp port by default 161' 
     print '   -c (--critical)      Critical tresholds (defaults : 90%)\n';
     print '   -w (--warning)       Warning tresholds (defaults : 80%)\n';
     print '   -h (--help)          Usage help\n';

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list