From c542ca9136736df33ad7ef688d54d12e0044c3bc Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 21 Aug 2013 21:50:55 +0200 Subject: 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. diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index d7b7a77..6b6f735 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -347,7 +347,8 @@ min and max are not required if UOM=% value, min and max in class [-0-9.]. Must all be the - same UOM + same UOM. value may be a literal "U" instead, this would indicate that the + actual value couldn't be determined warn and crit are in the range format (see ). Must be the same UOM -- cgit v0.10-9-g596f