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

david hannequin david.hannequin at gmail.com
Tue Feb 28 22:08:03 UTC 2012


The following commit has been merged in the debian/master branch:
commit 37e349281149ac422850ad761c872e17268cc3a5
Author: david hannequin <david.hannequin at gmail.com>
Date:   Tue Dec 6 23:12:41 2011 +0100

    Fix help

diff --git a/libexec/check_shinken_load.py b/libexec/check_shinken_load.py
index e4653e2..049c62a 100755
--- a/libexec/check_shinken_load.py
+++ b/libexec/check_shinken_load.py
@@ -19,8 +19,8 @@ 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 : 2,4,6)\n';
-    print '   -w (--warning)       Three warning tresholds (defaults : 1,3,5)\n';
+    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';
 #
 # Main

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list