aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar palli <palli-github@minor.is> 2012-12-03 12:09:40 +0000
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2012-12-03 15:14:49 +0100
commit1845c4cdf98fe9cf4bc95b6e11ae94cec1dcd4cc (patch)
treeab2ee82bebac0bd28ba6db91a0795dfa1639f8f1 /doc
parentd7f7cfe8d2cac320a51aba42ee5252e1b9b30f4b (diff)
downloadmonitoring-plugins-1845c4cdf98fe9cf4bc95b6e11ae94cec1dcd4cc.tar.gz
Table 4 example 5 updated
Description did not specify that it condition is critical if "stuff" is less than zero.
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guidelines.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index 9de0512f..e7754f4e 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -303,7 +303,7 @@
</row>
<row>
<entry>check_stuff -w~:0 -c10</entry>
- <entry>Critical if "stuff" is above 10; Warn if "stuff" is above zero</entry>
+ <entry>Critical if "stuff" is above 10; Warn if "stuff" is above zero (will be critical if "stuff" is less than 0)</entry>
</row>
<row>
<entry>check_stuff -c5:6</entry>