summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-12-04 18:56:38 (GMT)
committerAndreas Baumann <mail@andreasbaumann.cc>2019-12-04 18:56:38 (GMT)
commit491e2c0f9124f52997510214b4df2d24a44b6914 (patch)
treee34c80a8a968412c37abbd2045395b7963643258
parent1b689dab5e64d4dfb76b81434cd5c4d50e988442 (diff)
parent7693af147926d0eb7369a43070d114b6bd79dc70 (diff)
downloadmonitoring-plugins-491e2c0.tar.gz
Merge branch 'master' into feature_check_curl
-rw-r--r--doc/developer-guidelines.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index 6f31f36..5f480c5 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -324,8 +324,8 @@
324 </section> 324 </section>
325 325
326 <section><title>Performance data</title> 326 <section><title>Performance data</title>
327 <para>Nagios 3 and newer will concatenate the parts following a "|" in a) the first 327 <para>Nagios 3 and newer will concatenate the parts following a "|" in
328 line output by the plugin, and b) in the second to last line, into a string it 328 each line of output by the plugin into a string it
329 passes to whatever performance data processing it has configured. (Note that it 329 passes to whatever performance data processing it has configured. (Note that it
330 currently does not insert additional whitespace between both, so the plugin needs 330 currently does not insert additional whitespace between both, so the plugin needs
331 to provide some to prevent the last pair of a) and the first of b) getting run 331 to provide some to prevent the last pair of a) and the first of b) getting run