]> git.uio.no Git - check_openmanage.git/commitdiff
ferdig med testing
authortrondham <trondham@e53b7cee-c147-0410-b3a0-ae4c1fa63963>
Thu, 1 Oct 2009 12:08:30 +0000 (12:08 +0000)
committertrondham <trondham@e53b7cee-c147-0410-b3a0-ae4c1fa63963>
Thu, 1 Oct 2009 12:08:30 +0000 (12:08 +0000)
git-svn-id: svn+ssh://vcs-usit.uio.no/svnroot/usit-unix-intern/trunk/usit-nagios-plugins/trondham/check_openmanage@15247 e53b7cee-c147-0410-b3a0-ae4c1fa63963

check_openmanage

index 6aab2986702dad00a94bd65a5b412dd015aba579..940a2453cd6bac6930a84b51f4c382321884a8db 100755 (executable)
@@ -1356,7 +1356,7 @@ sub check_physical_disks {
 
        # Special case: Failure predicted
        if ($status eq 'Non-Critical' and $fpred) {
-           my $msg = sprintf '%s <tt style="color: #555">[%s %s, %s]</tt> on ctrl %d needs attention: Failure Predicted',
+           my $msg = sprintf '%s [%s %s, %s] on ctrl %d needs attention: Failure Predicted',
              $name, $vendor, $product, $capacity, $ctrl;
            report('storage', $msg, $E_WARNING, $nexus);
        }