]> arthur.barton.de Git - nagcollect.git/blobdiff - client/lib/tests/Uptime.tst
Uptime.tst: detect new uptime string "1 hr" ...
[nagcollect.git] / client / lib / tests / Uptime.tst
index bdb19742a961593485cd482cc3ebad8eb48cf0ba..58ed1464729becbb18eb89c0b0a4facd3432dc48 100644 (file)
@@ -28,7 +28,7 @@ if [ `uname` = "Darwin" ]; then
                                "1 day, "*)
                                        STATUS=1
                                        ;;
-                               *:*|*" hrs")
+                               *:*|"1 hr"|*" hrs"|*" mins")
                                        STATUS=2
                                        ;;
                                *)