diff options
author | Sven Nierlein <sven@nierlein.de> | 2020-05-15 09:46:54 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2020-05-15 09:46:54 (GMT) |
commit | 53e6f2970dcbabd41d55d87b2e7623a86fe48ec9 (patch) | |
tree | 766daf6602971dfc37e3e1d5f7483e35b98be5ff /doc/developer-guidelines.sgml | |
parent | adb958849491ea7e0bba4a15896ebd41a0fbff2d (diff) | |
parent | 4264e7a6edb651793ef751723537767656a89e44 (diff) | |
download | monitoring-plugins-53e6f2970dcbabd41d55d87b2e7623a86fe48ec9.tar.gz |
Merge branch 'upstream' into check_curl
Diffstat (limited to 'doc/developer-guidelines.sgml')
-rw-r--r-- | doc/developer-guidelines.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 5f480c5..6f31f36 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 | 327 | <para>Nagios 3 and newer will concatenate the parts following a "|" in a) the first |
328 | each line of output by the plugin into a string it | 328 | line output by the plugin, and b) in the second to last line, 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 |