summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorSven Nierlein <sven@nierlein.de>2014-01-19 23:54:34 (GMT)
committerSven Nierlein <sven@nierlein.de>2014-01-19 23:54:34 (GMT)
commitb418181dfe80dd75169b6e8a619ac1932155dea2 (patch)
treecad9c0ae0eae8e800cfff60555ead06ad33c6856 /MANIFEST
parent1cd8d1c52cbd47121f344c4074aec84653f412ce (diff)
downloadmonitoring-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--MANIFEST64
1 files changed, 41 insertions, 23 deletions
diff --git a/MANIFEST b/MANIFEST
index 39be2c5..8ccb51c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,33 +1,47 @@
1Changes 1Changes
2lib/Nagios/Plugin.pm 2inc/Module/AutoInstall.pm
3lib/Nagios/Plugin/Config.pm 3inc/Module/Install.pm
4lib/Nagios/Plugin/ExitResult.pm 4inc/Module/Install/AutoInstall.pm
5lib/Nagios/Plugin/Functions.pm 5inc/Module/Install/Base.pm
6lib/Nagios/Plugin/Getopt.pm 6inc/Module/Install/Can.pm
7lib/Nagios/Plugin/Performance.pm 7inc/Module/Install/Fetch.pm
8lib/Nagios/Plugin/Range.pm 8inc/Module/Install/Include.pm
9lib/Nagios/Plugin/Threshold.pm 9inc/Module/Install/Makefile.pm
10inc/Module/Install/Metadata.pm
11inc/Module/Install/Win32.pm
12inc/Module/Install/WriteAll.pm
13lib/Monitoring/Plugin.pm
14lib/Monitoring/Plugin/Config.pm
15lib/Monitoring/Plugin/ExitResult.pm
16lib/Monitoring/Plugin/Functions.pm
17lib/Monitoring/Plugin/Getopt.pm
18lib/Monitoring/Plugin/Performance.pm
19lib/Monitoring/Plugin/Range.pm
20lib/Monitoring/Plugin/Threshold.pm
10Makefile.PL 21Makefile.PL
11MANIFEST This list of files 22MANIFEST This list of files
12META.yml 23META.yml
24notes
13README 25README
14t/check_stuff.pl 26t/check_stuff.pl
15t/check_stuff.t 27t/check_stuff.t
16t/Nagios-Plugin-01.t 28t/Monitoring-Plugin-01.t
17t/Nagios-Plugin-02.t 29t/Monitoring-Plugin-02.t
18t/Nagios-Plugin-03.t 30t/Monitoring-Plugin-03.t
19t/Nagios-Plugin-04.t 31t/Monitoring-Plugin-04.t
20t/Nagios-Plugin-Functions-01.t 32t/Monitoring-Plugin-05.t
21t/Nagios-Plugin-Functions-02.t 33t/Monitoring-Plugin-Functions-01.t
22t/Nagios-Plugin-Functions-03.t 34t/Monitoring-Plugin-Functions-02.t
23t/Nagios-Plugin-Getopt-01.t 35t/Monitoring-Plugin-Functions-03.t
24t/Nagios-Plugin-Getopt-02.t 36t/Monitoring-Plugin-Functions-04.t
25t/Nagios-Plugin-Getopt-03.t 37t/Monitoring-Plugin-Getopt-01.t
26t/Nagios-Plugin-Getopt-04.t 38t/Monitoring-Plugin-Getopt-02.t
27t/Nagios-Plugin-Performance-02.t 39t/Monitoring-Plugin-Getopt-03.t
28t/Nagios-Plugin-Performance.t 40t/Monitoring-Plugin-Getopt-04.t
29t/Nagios-Plugin-Range.t 41t/Monitoring-Plugin-Performance-02.t
30t/Nagios-Plugin-Threshold.t 42t/Monitoring-Plugin-Performance.t
43t/Monitoring-Plugin-Range.t
44t/Monitoring-Plugin-Threshold.t
31t/npg03/expected/00_basic 45t/npg03/expected/00_basic
32t/npg03/expected/00_noextra 46t/npg03/expected/00_noextra
33t/npg03/expected/01_override1 47t/npg03/expected/01_override1
@@ -38,8 +52,10 @@ t/npg03/expected/05_disk3
38t/npg03/expected/05_disk4 52t/npg03/expected/05_disk4
39t/npg03/expected/05_disk5 53t/npg03/expected/05_disk5
40t/npg03/expected/05_disk6 54t/npg03/expected/05_disk6
55t/npg03/expected/05_disk7
41t/npg03/expected/09_funnystuff 56t/npg03/expected/09_funnystuff
42t/npg03/expected/12_nosection_implicit 57t/npg03/expected/12_nosection_implicit
58t/npg03/expected/15_badsection_catch
43t/npg03/input/00_basic 59t/npg03/input/00_basic
44t/npg03/input/00_noextra 60t/npg03/input/00_noextra
45t/npg03/input/01_override1 61t/npg03/input/01_override1
@@ -50,9 +66,11 @@ t/npg03/input/05_disk3
50t/npg03/input/05_disk4 66t/npg03/input/05_disk4
51t/npg03/input/05_disk5 67t/npg03/input/05_disk5
52t/npg03/input/05_disk6 68t/npg03/input/05_disk6
69t/npg03/input/05_disk7
53t/npg03/input/09_funnystuff 70t/npg03/input/09_funnystuff
54t/npg03/input/12_nosection_implicit 71t/npg03/input/12_nosection_implicit
55t/npg03/input/13_nosection_explicit_dies 72t/npg03/input/13_nosection_explicit_dies
56t/npg03/input/14_badsection_dies 73t/npg03/input/14_badsection_dies
74t/npg03/input/15_badsection_catch
57t/npg03/plugins.ini 75t/npg03/plugins.ini
58t/npg03/README 76t/npg03/README