aboutsummaryrefslogtreecommitdiff
path: root/THANKS.in
diff options
context:
space:
mode:
authorGravatar Jan Wagner <waja@cyconet.org> 2013-09-30 17:55:22 +0200
committerGravatar Jan Wagner <waja@cyconet.org> 2014-07-20 23:52:25 +0200
commit69b719aa2e3bd8dfd643d7cbe60e6e165d5279ea (patch)
tree8428904d65cc748620318cbfac5e3063b4ddfbb4 /THANKS.in
parent71063655e558224d692950ac9abaa39e0b7c6585 (diff)
downloadmonitoring-plugins-69b719aa2e3bd8dfd643d7cbe60e6e165d5279ea.tar.gz
check_ifstatus: perfdata bug
The perfdata output violates the current Nagios Plugin Development Guidelines (http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN202 : "space separated list of label/value pairs"). Thus the Addon PNP did not read the perdata correctly. The patch replaces the commas with spaces in the perfdata output. Many thanks to Patric Wust. --- Closes #1169 and #721.
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 883387e5..43ba182f 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -323,3 +323,4 @@ Eric J. Mislivec
Jean-Claude Computing
Andy Brist
Mikael Falkvidd
+Patric Wust