[Nagiosplug-checkins] Nagios-Plugin/t/npg03/input 00_basic, NONE, 1.1 01_override1, NONE, 1.1 02_override2, NONE, 1.1 05_singlechar1, NONE, 1.1 06_singlechar2, NONE, 1.1 07_singlechar3, NONE, 1.1 09_funnystuff, NONE, 1.1 12_nosection_implicit, NONE, 1.1 13_nosection_explicit_dies, NONE, 1.1 14_badsection_dies, NONE, 1.1
Gavin Carr
gonzai at users.sourceforge.net
Thu Feb 8 06:18:08 CET 2007
- Previous message: [Nagiosplug-checkins] Nagios-Plugin/t/npg03/expected 00_basic, NONE, 1.1 01_override1, NONE, 1.1 02_override2, NONE, 1.1 05_singlechar1, NONE, 1.1 06_singlechar2, NONE, 1.1 07_singlechar3, NONE, 1.1 09_funnystuff, NONE, 1.1 12_nosection_implicit, NONE, 1.1
- Next message: [Nagiosplug-checkins] Nagios-Plugin Changes,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/Nagios-Plugin/t/npg03/input
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13930/npg03/input
Added Files:
00_basic 01_override1 02_override2 05_singlechar1
06_singlechar2 07_singlechar3 09_funnystuff
12_nosection_implicit 13_nosection_explicit_dies
14_badsection_dies
Log Message:
Add initial --default-opts implementation to Nagios::Plugin::Getopt (II).
--- NEW FILE: 01_override1 ---
check_mysql --username=admin --default-opts=more_options --warning=5
--- NEW FILE: 09_funnystuff ---
check_disk --default-opts=funny_stuff
--- NEW FILE: 12_nosection_implicit ---
check_no_section -H localhost
--- NEW FILE: 02_override2 ---
check_mysql --default-opts= -u admin
--- NEW FILE: 05_singlechar1 ---
check_disk --default-opts= -p /home
--- NEW FILE: 07_singlechar3 ---
check_disk --default-opts= -p /home -p /users
--- NEW FILE: 14_badsection_dies ---
check_no_section --default-opts=bad_section
--- NEW FILE: 13_nosection_explicit_dies ---
check_no_section --default-opts= -H localhost
--- NEW FILE: 06_singlechar2 ---
check_disk --default-opts=check_2_disks
--- NEW FILE: 00_basic ---
check_mysql -S --default-opts= --default-opts=more_options -H localhost
- Previous message: [Nagiosplug-checkins] Nagios-Plugin/t/npg03/expected 00_basic, NONE, 1.1 01_override1, NONE, 1.1 02_override2, NONE, 1.1 05_singlechar1, NONE, 1.1 06_singlechar2, NONE, 1.1 07_singlechar3, NONE, 1.1 09_funnystuff, NONE, 1.1 12_nosection_implicit, NONE, 1.1
- Next message: [Nagiosplug-checkins] Nagios-Plugin Changes,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list