]> git.uio.no Git - check_openmanage.git/commitdiff
°
authortrondham <trondham@e53b7cee-c147-0410-b3a0-ae4c1fa63963>
Sat, 4 Jun 2011 23:16:50 +0000 (23:16 +0000)
committertrondham <trondham@e53b7cee-c147-0410-b3a0-ae4c1fa63963>
Sat, 4 Jun 2011 23:16:50 +0000 (23:16 +0000)
git-svn-id: svn+ssh://vcs-usit.uio.no/svnroot/usit-unix-intern/trunk/usit-nagios-plugins/trondham/check_openmanage@20340 e53b7cee-c147-0410-b3a0-ae4c1fa63963

check_openmanage.php

index e946ab1c800955b340a48a36298533eda52775b8..fd6e6e61c4213865a1414c2c7ae5f7ddfeee6e1c 100644 (file)
@@ -68,7 +68,7 @@ function tempunit($arg)
        break;
     case "F":
        $vlabel = "Fahrenheit";
-       $unit = "F";
+       $unit = "°F";
        break;
     case "K":
        $vlabel = "Kelvin";
@@ -76,7 +76,7 @@ function tempunit($arg)
        break;
     case "R":
        $vlabel = "Rankine";
-       $unit = "R";
+       $unit = "°R";
        break;
     }
     return array($unit, $vlabel);