[nagiosplug] Bugfix, fixed a broken command-line example
Nagios Plugin Development
nagios-plugins at users.sourceforge.net
Mon Dec 3 15:20:24 CET 2012
Module: nagiosplug
Branch: master
Commit: 4e9de7da20f630ac20c424d428867d85cbfd4ec5
Author: Pall Sigurdsson <palli at opensource.is>
Committer: Holger Weiss <holger at zedat.fu-berlin.de>
Date: Wed Oct 24 11:08:53 2012 +0000
URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=4e9de7d
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.
---
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 @@
</row>
<row>
<entry>check_stuff -c5:6</entry>
- <entry>The only noncritical range is 5:6</entry>
+ <entry>Critical if "stuff" is outside of 5:6</entry>
</row>
<row>
- <entry>check_stuff -c10:20</entry>
+ <entry>check_stuff -c at 10:20</entry>
<entry>Critical if "stuff" is less than 10 or over 20</entry>
</row>
</tbody>
More information about the Commits
mailing list