From 4e1357c5fe9210c3bc79a9d5c0f640febd1e806c Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Sun, 31 Aug 2003 05:13:12 +0000 Subject: 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 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 @@ This is the expected format: - 'label'=value[UOM];[crit];[warn][;[max];[min]] + 'label'=value[UOM];[warn];[crit];[min];[max] Notes: @@ -261,10 +261,11 @@ to specify a quote character, use two single quotes - crit or warn may be null (if the threshold is not defined) + 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 - max and min are optional. Holds maximum values for the - particular UOM (not required if UOM=%) + min and max are not required if UOM=% value, crit, warn, max and min in class [-0-9.]. Must all be the same UOM -- cgit v0.10-9-g596f