diff options
author | Pall Sigurdsson <palli@opensource.is> | 2012-10-24 11:08:53 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2012-12-03 14:14:49 (GMT) |
commit | 4e9de7da20f630ac20c424d428867d85cbfd4ec5 (patch) | |
tree | 96c5ef4bdc028d4393bd06b8b20a7c9d3904e1b8 /doc | |
parent | 6fde27e478207269d3b867ed36f5869ed5b86ba5 (diff) | |
download | monitoring-plugins-4e9de7da20f630ac20c424d428867d85cbfd4ec5.tar.gz |
Bugfix, fixed a broken command-line example
The last example in the table contradicted the previous example. Surely
it's purpose was to showcase the @ behaviour to invert threshold, but the
@ sign was missing.
I also clarified the description to the second last example so it is in same
style as the others.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guidelines.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 1ce78ff..d514296 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -307,10 +307,10 @@ | |||
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 outside of 5: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>Critical if "stuff" is less than 10 or over 20</entry> |
315 | </row> | 315 | </row> |
316 | </tbody> | 316 | </tbody> |