aboutsummaryrefslogtreecommitdiff
path: root/THANKS.in
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2012-06-24 15:51:56 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2012-06-24 15:51:56 +0200
commit991054fa6e3d8b3288679ebfe6d84bcfe3ca5d20 (patch)
tree3747a14f1f4af6f21afaa4a15dde02d676d7b3b3 /THANKS.in
parentd61a3056c598bf030e699a094671727f841eca8c (diff)
downloadmonitoring-plugins-991054fa6e3d8b3288679ebfe6d84bcfe3ca5d20.tar.gz
check_ping: Ignore ping(1)'s exit status
Don't return a WARNING state if the number of lost packets is greater than zero but below the specified warning threshold. This happened because the check_ping plugin used the exit status of the ping(1) utility. (#3535140 - Tobias Brox)
Diffstat (limited to 'THANKS.in')
-rw-r--r--THANKS.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS.in b/THANKS.in
index b9368a42..470a7ee5 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -275,3 +275,4 @@ Marc Remy
Matej Vela
Jason Ellison
Charles-Henri Larose
+Tobias Brox