[Nagiosplug-checkins] Nagios-Plugin Changes, 1.12, 1.13 MANIFEST, 1.11, 1.12
Gavin Carr
gonzai at users.sourceforge.net
Wed Mar 21 01:52:53 CET 2007
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins-scripts check_ifoperstatus.pl, 1.6, 1.7
- Next message: [Nagiosplug-checkins] Nagios-Plugin/t Nagios-Plugin-Getopt-04.t, NONE, 1.1 Nagios-Plugin-04.t, 1.2, 1.3 Nagios-Plugin-Getopt-01.t, 1.2, 1.3 Nagios-Plugin-Getopt-03.t, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/Nagios-Plugin
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11948
Modified Files:
Changes MANIFEST
Log Message:
Finished initial --extra-opts support; added Getopt spec-to-help and multiline help support.
Index: Changes
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Changes,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Changes 16 Mar 2007 11:25:15 -0000 1.12
+++ Changes 21 Mar 2007 00:52:51 -0000 1.13
@@ -1,10 +1,10 @@
Revision history for Perl module Nagios::Plugin.
0.16 ??
- - perldoc updates to Performance, Threshold, and Range (Gavin)
- - remove default use of Threshold from N::P::Performance (Gavin)
- - remove remaining Class::Struct usages from Threshold + Range (Gavin)
- - remove remaining Class::Struct usages from Performance (Gavin)
+ - added automatic spec-to-help-text support to N::P::Getopt (Gavin)
+ - added initial --extra-opts support to N::P::Getopt (Gavin)
+ - removed default use of Threshold from N::P::Performance (Gavin)
+ - removed remaining Class::Struct usages from Performance, Threshold, and Range (Gavin)
- fixed warnings when no uom specified for add_perfdata (Ton)
- added max_state function in N::P::Functions (Ton)
Index: MANIFEST
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/MANIFEST,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- MANIFEST 14 Mar 2007 23:47:18 -0000 1.11
+++ MANIFEST 21 Mar 2007 00:52:51 -0000 1.12
@@ -1,46 +1,56 @@
Changes
Makefile.PL
MANIFEST
+META.yml
README
-t/check_stuff.pl
-t/check_stuff.t
+lib/Nagios/Plugin.pm
+lib/Nagios/Plugin/Performance.pm
+lib/Nagios/Plugin/Range.pm
+lib/Nagios/Plugin/Threshold.pm
+lib/Nagios/Plugin/Functions.pm
+lib/Nagios/Plugin/Getopt.pm
+lib/Nagios/Plugin/ExitResult.pm
t/Nagios-Plugin-01.t
t/Nagios-Plugin-02.t
t/Nagios-Plugin-03.t
t/Nagios-Plugin-04.t
t/Nagios-Plugin-Functions-01.t
t/Nagios-Plugin-Functions-02.t
+t/Nagios-Plugin-Functions-03.t
t/Nagios-Plugin-Getopt-01.t
t/Nagios-Plugin-Getopt-02.t
t/Nagios-Plugin-Getopt-03.t
+t/Nagios-Plugin-Getopt-04.t
t/Nagios-Plugin-Performance.t
t/Nagios-Plugin-Range.t
t/Nagios-Plugin-Threshold.t
+t/check_stuff.pl
+t/check_stuff.t
t/npg03/README
t/npg03/expected/00_basic
+t/npg03/expected/00_noextra
t/npg03/expected/01_override1
t/npg03/expected/02_override2
-t/npg03/expected/05_singlechar1
-t/npg03/expected/06_singlechar2
-t/npg03/expected/07_singlechar3
+t/npg03/expected/05_disk1
+t/npg03/expected/05_disk2
+t/npg03/expected/05_disk3
+t/npg03/expected/05_disk4
+t/npg03/expected/05_disk5
+t/npg03/expected/05_disk6
t/npg03/expected/09_funnystuff
t/npg03/expected/12_nosection_implicit
t/npg03/input/00_basic
+t/npg03/input/00_noextra
t/npg03/input/01_override1
t/npg03/input/02_override2
-t/npg03/input/05_singlechar1
-t/npg03/input/06_singlechar2
-t/npg03/input/07_singlechar3
+t/npg03/input/05_disk1
+t/npg03/input/05_disk2
+t/npg03/input/05_disk3
+t/npg03/input/05_disk4
+t/npg03/input/05_disk5
+t/npg03/input/05_disk6
t/npg03/input/09_funnystuff
t/npg03/input/12_nosection_implicit
t/npg03/input/13_nosection_explicit_dies
t/npg03/input/14_badsection_dies
-t/npg03/plugins.cfg
-lib/Nagios/Plugin.pm
-lib/Nagios/Plugin/Performance.pm
-lib/Nagios/Plugin/Range.pm
-lib/Nagios/Plugin/Threshold.pm
-lib/Nagios/Plugin/Functions.pm
-lib/Nagios/Plugin/Getopt.pm
-lib/Nagios/Plugin/ExitResult.pm
-META.yml Module meta-data (added by MakeMaker)
+t/npg03/plugins.ini
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins-scripts check_ifoperstatus.pl, 1.6, 1.7
- Next message: [Nagiosplug-checkins] Nagios-Plugin/t Nagios-Plugin-Getopt-04.t, NONE, 1.1 Nagios-Plugin-04.t, 1.2, 1.3 Nagios-Plugin-Getopt-01.t, 1.2, 1.3 Nagios-Plugin-Getopt-03.t, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list