summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorpalli <palli-github@minor.is>2012-12-03 11:08:58 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2012-12-03 14:14:49 (GMT)
commitd7f7cfe8d2cac320a51aba42ee5252e1b9b30f4b (patch)
tree81fe22ec0425b9cf5832c37ab68f296dec982c02 /doc
parent4e9de7da20f630ac20c424d428867d85cbfd4ec5 (diff)
downloadmonitoring-plugins-d7f7cfe8d2cac320a51aba42ee5252e1b9b30f4b.tar.gz
Description for table4 example7
My original patch was based on the online version which was apparently out of date. In the meantime someone changed the description of example7 instead of the example. I think this is better because otherwise example 6 and 7 are basically the same.
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guidelines.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index d514296..9de0512 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -307,11 +307,11 @@
307 </row> 307 </row>
308 <row> 308 <row>
309 <entry>check_stuff -c5:6</entry> 309 <entry>check_stuff -c5:6</entry>
310 <entry>Critical if "stuff" is outside of 5:6</entry> 310 <entry>Critical if "stuff" is less than 5 or more than 6</entry>
311 </row> 311 </row>
312 <row> 312 <row>
313 <entry>check_stuff -c@10:20</entry> 313 <entry>check_stuff -c@10:20</entry>
314 <entry>Critical if "stuff" is less than 10 or over 20</entry> 314 <entry>OK if stuff is less than 10 or higher than 20, otherwise critical </entry>
315 </row> 315 </row>
316 </tbody> 316 </tbody>
317 </tgroup> 317 </tgroup>