From 1845c4cdf98fe9cf4bc95b6e11ae94cec1dcd4cc Mon Sep 17 00:00:00 2001 From: palli Date: Mon, 3 Dec 2012 12:09:40 +0000 Subject: Table 4 example 5 updated Description did not specify that it condition is critical if "stuff" is less than zero. diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 9de0512..e7754f4 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -303,7 +303,7 @@ check_stuff -w~:0 -c10 - Critical if "stuff" is above 10; Warn if "stuff" is above zero + Critical if "stuff" is above 10; Warn if "stuff" is above zero (will be critical if "stuff" is less than 0) check_stuff -c5:6 -- cgit v0.10-9-g596f