]> arthur.barton.de Git - nagcollect.git/commitdiff
Uptime.tst: detect new uptime string "<n> mins" ...
authorAlexander Barton <alex@barton.de>
Wed, 22 Sep 2010 12:49:04 +0000 (14:49 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 22 Sep 2010 12:49:04 +0000 (14:49 +0200)
client/lib/tests/Uptime.tst

index bdb19742a961593485cd482cc3ebad8eb48cf0ba..eb4b81e178627d192ced9ca4839c4017270647e5 100644 (file)
@@ -28,7 +28,7 @@ if [ `uname` = "Darwin" ]; then
                                "1 day, "*)
                                        STATUS=1
                                        ;;
-                               *:*|*" hrs")
+                               *:*|*" hrs"|*" mins")
                                        STATUS=2
                                        ;;
                                *)