packages: nagios-plugin-check_raid/check_raid - tabs

glen glen at pld-linux.org
Mon Sep 14 16:22:59 CEST 2009


Author: glen                         Date: Mon Sep 14 14:22:59 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- tabs

---- Files affected:
packages/nagios-plugin-check_raid:
   check_raid (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: packages/nagios-plugin-check_raid/check_raid
diff -u packages/nagios-plugin-check_raid/check_raid:1.46 packages/nagios-plugin-check_raid/check_raid:1.47
--- packages/nagios-plugin-check_raid/check_raid:1.46	Mon Sep 14 15:58:35 2009
+++ packages/nagios-plugin-check_raid/check_raid	Mon Sep 14 16:22:54 2009
@@ -598,7 +598,7 @@
 	my @lines = <$fh>;
 	close $fh;
 
-    if ($lines[11] =~ /No Adapters Found/) {
+	if ($lines[11] =~ /No Adapters Found/) {
 		$status = $ERRORS{WARNING} unless $status;
 		$message = "megarc: No LSI adapters were found on this machine";
 		return;
@@ -635,7 +635,7 @@
 
 		# now process the details
 		unless (keys %d) {
-            push(@status, "No arrays found on controller $c");
+			push(@status, "No arrays found on controller $c");
 			$status = $ERRORS{WARNING} unless $status;
 			return;
 		}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios-plugin-check_raid/check_raid?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list