]> 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 d57fe398ef6c771c9b125455c8bdd0686025c5a5..eb4b81e178627d192ced9ca4839c4017270647e5 100644 (file)
@@ -25,10 +25,10 @@ if [ `uname` = "Darwin" ]; then
                                *" days, "*)
                                        STATUS=0
                                        ;;
                                *" days, "*)
                                        STATUS=0
                                        ;;
-                               "1 day, "*|*" hrs")
+                               "1 day, "*)
                                        STATUS=1
                                        ;;
                                        STATUS=1
                                        ;;
-                               *:*)
+                               *:*|*" hrs"|*" mins")
                                        STATUS=2
                                        ;;
                                *)
                                        STATUS=2
                                        ;;
                                *)