]> git.uio.no Git - check_openmanage.git/blobdiff - check_openmanage
finpussing
[check_openmanage.git] / check_openmanage
index 1d9317b81ef6cf713aeeaabe83112692a1de7061..d782bfd51574ffca9d6a44424f05988b510c64c3 100755 (executable)
@@ -2122,13 +2122,13 @@ sub check_enclosure_temp {
 
        # Default
        if ($status ne 'Ok') {
-           my $msg = sprintf '%s in enclosure %s [%s] is %s at %s (%s max)',
+           my $msg = sprintf '%s in enclosure %s [%s] is %s at %s (%s max)',
              $name, $encl_id, $encl_name, $state, $reading, $max_crit;
            report('storage', $msg, $status2nagios{$status}, $nexus);
        }
        # Ok
        else {
-           my $msg = sprintf '%s in enclosure %s [%s]: %s (%s max)',
+           my $msg = sprintf '%s in enclosure %s [%s]: %s (%s max)',
              $name, $encl_id, $encl_name, $reading, $max_crit;
            report('storage', $msg, $E_OK, $nexus);
        }