[nagiosplug] Description for table4 example7

Nagios Plugin Development nagios-plugins at users.sourceforge.net
Mon Dec 3 15:20:32 CET 2012


    Module: nagiosplug
    Branch: master
    Commit: d7f7cfe8d2cac320a51aba42ee5252e1b9b30f4b
    Author: palli <palli-github at minor.is>
 Committer: Holger Weiss <holger at zedat.fu-berlin.de>
      Date: Mon Dec  3 11:08:58 2012 +0000
       URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=d7f7cfe

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.

---

 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 d514296..9de0512 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -307,11 +307,11 @@
 					</row>
 					<row>
 						<entry>check_stuff -c5:6</entry>
-						<entry>Critical if "stuff" is outside of 5:6</entry>
+						<entry>Critical if "stuff" is less than 5 or more than 6</entry>
 					</row>
 					<row>
 						<entry>check_stuff -c at 10:20</entry>
-						<entry>Critical if "stuff" is less than 10 or over 20</entry>
+						<entry>OK if stuff is less than 10 or higher than 20, otherwise critical </entry>
 					</row>
 				</tbody>
 			</tgroup>





More information about the Commits mailing list