diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2007-03-21 00:52:56 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2007-03-21 00:52:56 +0000 |
commit | dc31f1cd3841d486e920e59ce42e888ca94e4289 (patch) | |
tree | 14bcc87e8349b99b01a649f27429690321fc21f9 /MANIFEST | |
parent | c6cbf050974c8f6642fa1d7bde309710b66cbfa0 (diff) | |
download | monitoring-plugin-perl-dc31f1cd3841d486e920e59ce42e888ca94e4289.tar.gz |
Finished initial --extra-opts support; added Getopt spec-to-help and multiline help support.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1643 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 44 |
1 files changed, 27 insertions, 17 deletions
@@ -1,46 +1,56 @@ | |||
1 | Changes | 1 | Changes |
2 | Makefile.PL | 2 | Makefile.PL |
3 | MANIFEST | 3 | MANIFEST |
4 | META.yml | ||
4 | README | 5 | README |
5 | t/check_stuff.pl | 6 | lib/Nagios/Plugin.pm |
6 | t/check_stuff.t | 7 | lib/Nagios/Plugin/Performance.pm |
8 | lib/Nagios/Plugin/Range.pm | ||
9 | lib/Nagios/Plugin/Threshold.pm | ||
10 | lib/Nagios/Plugin/Functions.pm | ||
11 | lib/Nagios/Plugin/Getopt.pm | ||
12 | lib/Nagios/Plugin/ExitResult.pm | ||
7 | t/Nagios-Plugin-01.t | 13 | t/Nagios-Plugin-01.t |
8 | t/Nagios-Plugin-02.t | 14 | t/Nagios-Plugin-02.t |
9 | t/Nagios-Plugin-03.t | 15 | t/Nagios-Plugin-03.t |
10 | t/Nagios-Plugin-04.t | 16 | t/Nagios-Plugin-04.t |
11 | t/Nagios-Plugin-Functions-01.t | 17 | t/Nagios-Plugin-Functions-01.t |
12 | t/Nagios-Plugin-Functions-02.t | 18 | t/Nagios-Plugin-Functions-02.t |
19 | t/Nagios-Plugin-Functions-03.t | ||
13 | t/Nagios-Plugin-Getopt-01.t | 20 | t/Nagios-Plugin-Getopt-01.t |
14 | t/Nagios-Plugin-Getopt-02.t | 21 | t/Nagios-Plugin-Getopt-02.t |
15 | t/Nagios-Plugin-Getopt-03.t | 22 | t/Nagios-Plugin-Getopt-03.t |
23 | t/Nagios-Plugin-Getopt-04.t | ||
16 | t/Nagios-Plugin-Performance.t | 24 | t/Nagios-Plugin-Performance.t |
17 | t/Nagios-Plugin-Range.t | 25 | t/Nagios-Plugin-Range.t |
18 | t/Nagios-Plugin-Threshold.t | 26 | t/Nagios-Plugin-Threshold.t |
27 | t/check_stuff.pl | ||
28 | t/check_stuff.t | ||
19 | t/npg03/README | 29 | t/npg03/README |
20 | t/npg03/expected/00_basic | 30 | t/npg03/expected/00_basic |
31 | t/npg03/expected/00_noextra | ||
21 | t/npg03/expected/01_override1 | 32 | t/npg03/expected/01_override1 |
22 | t/npg03/expected/02_override2 | 33 | t/npg03/expected/02_override2 |
23 | t/npg03/expected/05_singlechar1 | 34 | t/npg03/expected/05_disk1 |
24 | t/npg03/expected/06_singlechar2 | 35 | t/npg03/expected/05_disk2 |
25 | t/npg03/expected/07_singlechar3 | 36 | t/npg03/expected/05_disk3 |
37 | t/npg03/expected/05_disk4 | ||
38 | t/npg03/expected/05_disk5 | ||
39 | t/npg03/expected/05_disk6 | ||
26 | t/npg03/expected/09_funnystuff | 40 | t/npg03/expected/09_funnystuff |
27 | t/npg03/expected/12_nosection_implicit | 41 | t/npg03/expected/12_nosection_implicit |
28 | t/npg03/input/00_basic | 42 | t/npg03/input/00_basic |
43 | t/npg03/input/00_noextra | ||
29 | t/npg03/input/01_override1 | 44 | t/npg03/input/01_override1 |
30 | t/npg03/input/02_override2 | 45 | t/npg03/input/02_override2 |
31 | t/npg03/input/05_singlechar1 | 46 | t/npg03/input/05_disk1 |
32 | t/npg03/input/06_singlechar2 | 47 | t/npg03/input/05_disk2 |
33 | t/npg03/input/07_singlechar3 | 48 | t/npg03/input/05_disk3 |
49 | t/npg03/input/05_disk4 | ||
50 | t/npg03/input/05_disk5 | ||
51 | t/npg03/input/05_disk6 | ||
34 | t/npg03/input/09_funnystuff | 52 | t/npg03/input/09_funnystuff |
35 | t/npg03/input/12_nosection_implicit | 53 | t/npg03/input/12_nosection_implicit |
36 | t/npg03/input/13_nosection_explicit_dies | 54 | t/npg03/input/13_nosection_explicit_dies |
37 | t/npg03/input/14_badsection_dies | 55 | t/npg03/input/14_badsection_dies |
38 | t/npg03/plugins.cfg | 56 | t/npg03/plugins.ini |
39 | lib/Nagios/Plugin.pm | ||
40 | lib/Nagios/Plugin/Performance.pm | ||
41 | lib/Nagios/Plugin/Range.pm | ||
42 | lib/Nagios/Plugin/Threshold.pm | ||
43 | lib/Nagios/Plugin/Functions.pm | ||
44 | lib/Nagios/Plugin/Getopt.pm | ||
45 | lib/Nagios/Plugin/ExitResult.pm | ||
46 | META.yml Module meta-data (added by MakeMaker) | ||