mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-29 18:20:03 -04:00
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.
This commit is contained in:
parent
1609749226
commit
c542ca9136
1 changed files with 2 additions and 1 deletions
|
|
@ -347,7 +347,8 @@
|
|||
<listitem><para>min and max are not required if UOM=%</para>
|
||||
</listitem>
|
||||
<listitem><para>value, min and max in class [-0-9.]. Must all be the
|
||||
same UOM</para>
|
||||
same UOM. value may be a literal "U" instead, this would indicate that the
|
||||
actual value couldn't be determined</para>
|
||||
</listitem>
|
||||
<listitem><para>warn and crit are in the range format (see
|
||||
<xref linkend="thresholdformat">). Must be the same UOM</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue