Code

Updated perf data standard for warn before crit
authorTon Voon <tonvoon@users.sourceforge.net>
Sun, 31 Aug 2003 05:13:12 +0000 (05:13 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Sun, 31 Aug 2003 05:13:12 +0000 (05:13 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@705 f882894a-f735-0410-b71e-b25c423dba1c

doc/developer-guidelines.sgml

index 9e1da5019dac5796937d6787a15ae9e729805c03..dcb981848c3adaf6373c12f845dae042c5a715d5 100644 (file)
                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>
                        </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>