diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-21 19:50:55 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-21 19:50:55 (GMT) |
commit | c542ca9136736df33ad7ef688d54d12e0044c3bc (patch) | |
tree | aee1ebcb75c820b7a6e95ec0bcc88d6608afdf1c | |
parent | 1609749226c65e801466918a3f32a31249eae0ce (diff) | |
download | monitoring-plugins-c542ca9136736df33ad7ef688d54d12e0044c3bc.tar.gz |
developer-guidelines.sgml: Allow special value "U"
Allow a literal "U" to be specified in place of an actual value within
the performance data string. An "U" corresponds to RRDtool's "UNKNOWN"
value; i.e., it's meant to indicate that data acquisition failed for
some reason. PNP4Nagios already supports this extension.
-rw-r--r-- | doc/developer-guidelines.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index d7b7a77..6b6f735 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -347,7 +347,8 @@ | |||
347 | <listitem><para>min and max are not required if UOM=%</para> | 347 | <listitem><para>min and max are not required if UOM=%</para> |
348 | </listitem> | 348 | </listitem> |
349 | <listitem><para>value, min and max in class [-0-9.]. Must all be the | 349 | <listitem><para>value, min and max in class [-0-9.]. Must all be the |
350 | same UOM</para> | 350 | same UOM. value may be a literal "U" instead, this would indicate that the |
351 | actual value couldn't be determined</para> | ||
351 | </listitem> | 352 | </listitem> |
352 | <listitem><para>warn and crit are in the range format (see | 353 | <listitem><para>warn and crit are in the range format (see |
353 | <xref linkend="thresholdformat">). Must be the same UOM</para> | 354 | <xref linkend="thresholdformat">). Must be the same UOM</para> |