diff options
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -12,9 +12,33 @@ t/Nagios-Plugin-Functions-01.t | |||
12 | t/Nagios-Plugin-Functions-02.t | 12 | t/Nagios-Plugin-Functions-02.t |
13 | t/Nagios-Plugin-Getopt-01.t | 13 | t/Nagios-Plugin-Getopt-01.t |
14 | t/Nagios-Plugin-Getopt-02.t | 14 | t/Nagios-Plugin-Getopt-02.t |
15 | t/Nagios-Plugin-Getopt-03.t | ||
15 | t/Nagios-Plugin-Performance.t | 16 | t/Nagios-Plugin-Performance.t |
16 | t/Nagios-Plugin-Range.t | 17 | t/Nagios-Plugin-Range.t |
17 | t/Nagios-Plugin-Threshold.t | 18 | t/Nagios-Plugin-Threshold.t |
19 | t/npg03/ | ||
20 | t/npg03/README | ||
21 | t/npg03/expected/ | ||
22 | t/npg03/expected/00_basic | ||
23 | t/npg03/expected/01_override1 | ||
24 | t/npg03/expected/02_override2 | ||
25 | t/npg03/expected/05_singlechar1 | ||
26 | t/npg03/expected/06_singlechar2 | ||
27 | t/npg03/expected/07_singlechar3 | ||
28 | t/npg03/expected/09_funnystuff | ||
29 | t/npg03/expected/12_nosection_implicit | ||
30 | t/npg03/input/ | ||
31 | t/npg03/input/00_basic | ||
32 | t/npg03/input/01_override1 | ||
33 | t/npg03/input/02_override2 | ||
34 | t/npg03/input/05_singlechar1 | ||
35 | t/npg03/input/06_singlechar2 | ||
36 | t/npg03/input/07_singlechar3 | ||
37 | t/npg03/input/09_funnystuff | ||
38 | t/npg03/input/12_nosection_implicit | ||
39 | t/npg03/input/13_nosection_explicit_dies | ||
40 | t/npg03/input/14_badsection_dies | ||
41 | t/npg03/plugins.cfg | ||
18 | lib/Nagios/Plugin.pm | 42 | lib/Nagios/Plugin.pm |
19 | lib/Nagios/Plugin/Performance.pm | 43 | lib/Nagios/Plugin/Performance.pm |
20 | lib/Nagios/Plugin/Range.pm | 44 | lib/Nagios/Plugin/Range.pm |