diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guidelines.sgml | 8 | ||||
-rw-r--r-- | doc/makefile | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 1ce78ff..e7754f4 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -303,15 +303,15 @@ | |||
303 | </row> | 303 | </row> |
304 | <row> | 304 | <row> |
305 | <entry>check_stuff -w~:0 -c10</entry> | 305 | <entry>check_stuff -w~:0 -c10</entry> |
306 | <entry>Critical if "stuff" is above 10; Warn if "stuff" is above zero</entry> | 306 | <entry>Critical if "stuff" is above 10; Warn if "stuff" is above zero (will be critical if "stuff" is less than 0)</entry> |
307 | </row> | 307 | </row> |
308 | <row> | 308 | <row> |
309 | <entry>check_stuff -c5:6</entry> | 309 | <entry>check_stuff -c5:6</entry> |
310 | <entry>The only noncritical range is 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 -c10: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> |
diff --git a/doc/makefile b/doc/makefile index b1b56c1..89caf9e 100644 --- a/doc/makefile +++ b/doc/makefile | |||
@@ -8,4 +8,4 @@ developer-guidelines.html: developer-guidelines.sgml | |||
8 | fi | 8 | fi |
9 | 9 | ||
10 | clean: | 10 | clean: |
11 | rm -f developer-guidelines.html | 11 | rm -f developer-guidelines.html developer-guidelines.html.last jade-out.fot |