SOURCES: nagios-plugin-check_multipath.sh - fix X of Y paths avail...
glen
glen at pld-linux.org
Wed Apr 2 20:10:36 CEST 2008
Author: glen Date: Wed Apr 2 18:10:36 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix X of Y paths available text
---- Files affected:
SOURCES:
nagios-plugin-check_multipath.sh (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SOURCES/nagios-plugin-check_multipath.sh
diff -u SOURCES/nagios-plugin-check_multipath.sh:1.11 SOURCES/nagios-plugin-check_multipath.sh:1.12
--- SOURCES/nagios-plugin-check_multipath.sh:1.11 Thu Oct 25 00:56:00 2007
+++ SOURCES/nagios-plugin-check_multipath.sh Wed Apr 2 20:10:30 2008
@@ -131,7 +131,7 @@
# The LUN line
# process if this is not first LUN
if (lun && numpaths != targets) {
- printf("CRITICAL: %d of %d paths available for LUN %s\n", numpaths, targets, lun)
+ printf("CRITICAL: %d of %d paths available for LUN %s\n", targets, numpaths, lun)
rc = 1
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/nagios-plugin-check_multipath.sh?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list