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