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