diff options
author | Sven Nierlein <sven@nierlein.de> | 2014-01-20 00:54:34 +0100 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2014-01-20 00:54:34 +0100 |
commit | b418181dfe80dd75169b6e8a619ac1932155dea2 (patch) | |
tree | cad9c0ae0eae8e800cfff60555ead06ad33c6856 /MANIFEST | |
parent | 1cd8d1c52cbd47121f344c4074aec84653f412ce (diff) | |
download | monitoring-plugin-perl-b418181dfe80dd75169b6e8a619ac1932155dea2.tar.gz |
renamed module into Monitoring::Plugin
since the complete monitoring team has been renamed, we
also rename this module.
Signed-off-by: Sven Nierlein <sven@nierlein.de>
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 64 |
1 files changed, 41 insertions, 23 deletions
@@ -1,33 +1,47 @@ | |||
1 | Changes | 1 | Changes |
2 | lib/Nagios/Plugin.pm | 2 | inc/Module/AutoInstall.pm |
3 | lib/Nagios/Plugin/Config.pm | 3 | inc/Module/Install.pm |
4 | lib/Nagios/Plugin/ExitResult.pm | 4 | inc/Module/Install/AutoInstall.pm |
5 | lib/Nagios/Plugin/Functions.pm | 5 | inc/Module/Install/Base.pm |
6 | lib/Nagios/Plugin/Getopt.pm | 6 | inc/Module/Install/Can.pm |
7 | lib/Nagios/Plugin/Performance.pm | 7 | inc/Module/Install/Fetch.pm |
8 | lib/Nagios/Plugin/Range.pm | 8 | inc/Module/Install/Include.pm |
9 | lib/Nagios/Plugin/Threshold.pm | 9 | inc/Module/Install/Makefile.pm |
10 | inc/Module/Install/Metadata.pm | ||
11 | inc/Module/Install/Win32.pm | ||
12 | inc/Module/Install/WriteAll.pm | ||
13 | lib/Monitoring/Plugin.pm | ||
14 | lib/Monitoring/Plugin/Config.pm | ||
15 | lib/Monitoring/Plugin/ExitResult.pm | ||
16 | lib/Monitoring/Plugin/Functions.pm | ||
17 | lib/Monitoring/Plugin/Getopt.pm | ||
18 | lib/Monitoring/Plugin/Performance.pm | ||
19 | lib/Monitoring/Plugin/Range.pm | ||
20 | lib/Monitoring/Plugin/Threshold.pm | ||
10 | Makefile.PL | 21 | Makefile.PL |
11 | MANIFEST This list of files | 22 | MANIFEST This list of files |
12 | META.yml | 23 | META.yml |
24 | notes | ||
13 | README | 25 | README |
14 | t/check_stuff.pl | 26 | t/check_stuff.pl |
15 | t/check_stuff.t | 27 | t/check_stuff.t |
16 | t/Nagios-Plugin-01.t | 28 | t/Monitoring-Plugin-01.t |
17 | t/Nagios-Plugin-02.t | 29 | t/Monitoring-Plugin-02.t |
18 | t/Nagios-Plugin-03.t | 30 | t/Monitoring-Plugin-03.t |
19 | t/Nagios-Plugin-04.t | 31 | t/Monitoring-Plugin-04.t |
20 | t/Nagios-Plugin-Functions-01.t | 32 | t/Monitoring-Plugin-05.t |
21 | t/Nagios-Plugin-Functions-02.t | 33 | t/Monitoring-Plugin-Functions-01.t |
22 | t/Nagios-Plugin-Functions-03.t | 34 | t/Monitoring-Plugin-Functions-02.t |
23 | t/Nagios-Plugin-Getopt-01.t | 35 | t/Monitoring-Plugin-Functions-03.t |
24 | t/Nagios-Plugin-Getopt-02.t | 36 | t/Monitoring-Plugin-Functions-04.t |
25 | t/Nagios-Plugin-Getopt-03.t | 37 | t/Monitoring-Plugin-Getopt-01.t |
26 | t/Nagios-Plugin-Getopt-04.t | 38 | t/Monitoring-Plugin-Getopt-02.t |
27 | t/Nagios-Plugin-Performance-02.t | 39 | t/Monitoring-Plugin-Getopt-03.t |
28 | t/Nagios-Plugin-Performance.t | 40 | t/Monitoring-Plugin-Getopt-04.t |
29 | t/Nagios-Plugin-Range.t | 41 | t/Monitoring-Plugin-Performance-02.t |
30 | t/Nagios-Plugin-Threshold.t | 42 | t/Monitoring-Plugin-Performance.t |
43 | t/Monitoring-Plugin-Range.t | ||
44 | t/Monitoring-Plugin-Threshold.t | ||
31 | t/npg03/expected/00_basic | 45 | t/npg03/expected/00_basic |
32 | t/npg03/expected/00_noextra | 46 | t/npg03/expected/00_noextra |
33 | t/npg03/expected/01_override1 | 47 | t/npg03/expected/01_override1 |
@@ -38,8 +52,10 @@ t/npg03/expected/05_disk3 | |||
38 | t/npg03/expected/05_disk4 | 52 | t/npg03/expected/05_disk4 |
39 | t/npg03/expected/05_disk5 | 53 | t/npg03/expected/05_disk5 |
40 | t/npg03/expected/05_disk6 | 54 | t/npg03/expected/05_disk6 |
55 | t/npg03/expected/05_disk7 | ||
41 | t/npg03/expected/09_funnystuff | 56 | t/npg03/expected/09_funnystuff |
42 | t/npg03/expected/12_nosection_implicit | 57 | t/npg03/expected/12_nosection_implicit |
58 | t/npg03/expected/15_badsection_catch | ||
43 | t/npg03/input/00_basic | 59 | t/npg03/input/00_basic |
44 | t/npg03/input/00_noextra | 60 | t/npg03/input/00_noextra |
45 | t/npg03/input/01_override1 | 61 | t/npg03/input/01_override1 |
@@ -50,9 +66,11 @@ t/npg03/input/05_disk3 | |||
50 | t/npg03/input/05_disk4 | 66 | t/npg03/input/05_disk4 |
51 | t/npg03/input/05_disk5 | 67 | t/npg03/input/05_disk5 |
52 | t/npg03/input/05_disk6 | 68 | t/npg03/input/05_disk6 |
69 | t/npg03/input/05_disk7 | ||
53 | t/npg03/input/09_funnystuff | 70 | t/npg03/input/09_funnystuff |
54 | t/npg03/input/12_nosection_implicit | 71 | t/npg03/input/12_nosection_implicit |
55 | t/npg03/input/13_nosection_explicit_dies | 72 | t/npg03/input/13_nosection_explicit_dies |
56 | t/npg03/input/14_badsection_dies | 73 | t/npg03/input/14_badsection_dies |
74 | t/npg03/input/15_badsection_catch | ||
57 | t/npg03/plugins.ini | 75 | t/npg03/plugins.ini |
58 | t/npg03/README | 76 | t/npg03/README |