aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-guidelines.sgml
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@users.sourceforge.net> 2003-08-31 05:13:12 +0000
committerGravatar Ton Voon <tonvoon@users.sourceforge.net> 2003-08-31 05:13:12 +0000
commit4e1357c5fe9210c3bc79a9d5c0f640febd1e806c (patch)
treeffdca942b2e974294cfe9016cecc41a4e8c324ef /doc/developer-guidelines.sgml
parent5771f158516c191a79920f9e314d81eb05c4a7d0 (diff)
downloadmonitoring-plugins-4e1357c5fe9210c3bc79a9d5c0f640febd1e806c.tar.gz
Updated perf data standard for warn before crit
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@705 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc/developer-guidelines.sgml')
-rw-r--r--doc/developer-guidelines.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index 9e1da501..dcb98184 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -243,7 +243,7 @@
This is the expected format:</para>
<literallayout>
- 'label'=value[UOM];[crit];[warn][;[max];[min]]
+ 'label'=value[UOM];[warn];[crit];[min];[max]
</literallayout>
<para>Notes:</para>
@@ -261,10 +261,11 @@
</listitem>
<listitem><para>to specify a quote character, use two single quotes</para>
</listitem>
- <listitem><para>crit or warn may be null (if the threshold is not defined)</para>
+ <listitem><para>warn, crit, min or max may be null (for example, if the threshold is
+ not defined or min and max do not apply). Trailing unfilled semicolons can be
+ dropped</para>
</listitem>
- <listitem><para>max and min are optional. Holds maximum values for the
- particular UOM (not required if UOM=%)</para>
+ <listitem><para>min and max are not required if UOM=%</para>
</listitem>
<listitem><para>value, crit, warn, max and min in class [-0-9.]. Must all be the
same UOM</para>