diff options
-rw-r--r-- | doc/developer-guidelines.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 9e1da50..dcb9818 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -243,7 +243,7 @@ | |||
243 | This is the expected format:</para> | 243 | This is the expected format:</para> |
244 | 244 | ||
245 | <literallayout> | 245 | <literallayout> |
246 | 'label'=value[UOM];[crit];[warn][;[max];[min]] | 246 | 'label'=value[UOM];[warn];[crit];[min];[max] |
247 | </literallayout> | 247 | </literallayout> |
248 | 248 | ||
249 | <para>Notes:</para> | 249 | <para>Notes:</para> |
@@ -261,10 +261,11 @@ | |||
261 | </listitem> | 261 | </listitem> |
262 | <listitem><para>to specify a quote character, use two single quotes</para> | 262 | <listitem><para>to specify a quote character, use two single quotes</para> |
263 | </listitem> | 263 | </listitem> |
264 | <listitem><para>crit or warn may be null (if the threshold is not defined)</para> | 264 | <listitem><para>warn, crit, min or max may be null (for example, if the threshold is |
265 | not defined or min and max do not apply). Trailing unfilled semicolons can be | ||
266 | dropped</para> | ||
265 | </listitem> | 267 | </listitem> |
266 | <listitem><para>max and min are optional. Holds maximum values for the | 268 | <listitem><para>min and max are not required if UOM=%</para> |
267 | particular UOM (not required if UOM=%)</para> | ||
268 | </listitem> | 269 | </listitem> |
269 | <listitem><para>value, crit, warn, max and min in class [-0-9.]. Must all be the | 270 | <listitem><para>value, crit, warn, max and min in class [-0-9.]. Must all be the |
270 | same UOM</para> | 271 | same UOM</para> |