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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to