[Nagiosplug-checkins] Nagios-Plugin/t/npg03/input 00_noextra, NONE, 1.1 05_disk1, NONE, 1.1 05_disk2, NONE, 1.1 05_disk3, NONE, 1.1 05_disk4, NONE, 1.1 05_disk5, NONE, 1.1 05_disk6, NONE, 1.1 00_basic, 1.1, 1.2 01_override1, 1.1, 1.2 02_override2, 1.1, 1.2 09_funnystuff, 1.1, 1.2 13_nosection_explicit_dies, 1.1, 1.2 14_badsection_dies, 1.1, 1.2 05_singlechar1, 1.1, NONE 06_singlechar2, 1.1, NONE 07_singlechar3, 1.1, NONE

Gavin Carr gonzai at users.sourceforge.net
Wed Mar 21 01:52:58 CET 2007


Update of /cvsroot/nagiosplug/Nagios-Plugin/t/npg03/input
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11948/t/npg03/input

Modified Files:
	00_basic 01_override1 02_override2 09_funnystuff 
	13_nosection_explicit_dies 14_badsection_dies 
Added Files:
	00_noextra 05_disk1 05_disk2 05_disk3 05_disk4 05_disk5 
	05_disk6 
Removed Files:
	05_singlechar1 06_singlechar2 07_singlechar3 
Log Message:
Finished initial --extra-opts support; added Getopt spec-to-help and multiline help support.

--- NEW FILE: 05_disk2 ---
check_disk --extra-opts= -p /home -p /users

Index: 01_override1
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/t/npg03/input/01_override1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 01_override1	8 Feb 2007 05:18:06 -0000	1.1
+++ 01_override1	21 Mar 2007 00:52:55 -0000	1.2
@@ -1 +1 @@
-check_mysql --username=admin --default-opts=more_options --warning=5
+check_mysql --username=admin --extra-opts=more_options --warning=5

--- NEW FILE: 05_disk3 ---
check_disk --extra-opts=check_2_disks

--- NEW FILE: 00_noextra ---
check_mysql -S -H localhost

Index: 09_funnystuff
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/t/npg03/input/09_funnystuff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 09_funnystuff	8 Feb 2007 05:18:06 -0000	1.1
+++ 09_funnystuff	21 Mar 2007 00:52:56 -0000	1.2
@@ -1 +1 @@
-check_disk --default-opts=funny_stuff
+check_disk --extra-opts=funny_stuff

Index: 02_override2
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/t/npg03/input/02_override2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 02_override2	8 Feb 2007 05:18:06 -0000	1.1
+++ 02_override2	21 Mar 2007 00:52:55 -0000	1.2
@@ -1 +1 @@
-check_mysql --default-opts= -u admin
+check_mysql --extra-opts= -u admin

--- NEW FILE: 05_disk5 ---
check_disk -p /home --extra-opts=check_2_disks_reprise

--- NEW FILE: 05_disk4 ---
check_disk -p /home --extra-opts=check_2_disks

--- NEW FILE: 05_disk6 ---
check_disk2 --warning=10% --critical=5% --extra-opts= --path=/usr

--- NEW FILE: 05_disk1 ---
check_disk --extra-opts= -p /home

--- 07_singlechar3 DELETED ---

--- 05_singlechar1 DELETED ---

Index: 14_badsection_dies
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/t/npg03/input/14_badsection_dies,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 14_badsection_dies	8 Feb 2007 05:18:06 -0000	1.1
+++ 14_badsection_dies	21 Mar 2007 00:52:56 -0000	1.2
@@ -1 +1 @@
-check_no_section --default-opts=bad_section
+check_no_section --extra-opts=bad_section

Index: 13_nosection_explicit_dies
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/t/npg03/input/13_nosection_explicit_dies,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 13_nosection_explicit_dies	8 Feb 2007 05:18:06 -0000	1.1
+++ 13_nosection_explicit_dies	21 Mar 2007 00:52:56 -0000	1.2
@@ -1 +1 @@
-check_no_section --default-opts= -H localhost
+check_no_section --extra-opts= -H localhost

--- 06_singlechar2 DELETED ---

Index: 00_basic
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/t/npg03/input/00_basic,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 00_basic	8 Feb 2007 05:18:06 -0000	1.1
+++ 00_basic	21 Mar 2007 00:52:54 -0000	1.2
@@ -1 +1 @@
-check_mysql -S --default-opts= --default-opts=more_options -H localhost
+check_mysql -S --extra-opts= --extra-opts=more_options -H localhost





More information about the Commits mailing list