projects
/
nagcollect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8d111f3
)
Uptime.tst: detect new uptime string "<n> mins" ...
author
Alexander Barton
<alex@barton.de>
Wed, 22 Sep 2010 12:49:04 +0000
(14:49 +0200)
committer
Alexander Barton
<alex@barton.de>
Wed, 22 Sep 2010 12:49:04 +0000
(14:49 +0200)
client/lib/tests/Uptime.tst
patch
|
blob
|
history
diff --git
a/client/lib/tests/Uptime.tst
b/client/lib/tests/Uptime.tst
index bdb19742a961593485cd482cc3ebad8eb48cf0ba..eb4b81e178627d192ced9ca4839c4017270647e5 100644
(file)
--- a/
client/lib/tests/Uptime.tst
+++ b/
client/lib/tests/Uptime.tst
@@
-28,7
+28,7
@@
if [ `uname` = "Darwin" ]; then
"1 day, "*)
STATUS=1
;;
"1 day, "*)
STATUS=1
;;
- *:*|*" hrs")
+ *:*|*" hrs"
|*" mins"
)
STATUS=2
;;
*)
STATUS=2
;;
*)