1Monitoring::Plugin
2==================
3
4These modules are meant for perl developers of plugins for Naemon, Nagios,
5Icinga, Shinken and other compatible products. It is meant to
6simplify a lot of the common functions required to do checking of a
7particular service.
8This module is maintained by the Monitoring-Plugins team
9(https://monitoring-plugins.org)
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20
21EXAMPLE SCRIPT
22
23"Enough talk!  Show me where to start!"
24
25See the file 'check_stuff.pl' in the 't' directory for a complete
26working example of a plugin script.
27
28
29COPYRIGHT AND LICENCE
30
31Copyright (C) 2014      by Monitoring Plugin Team
32Copyright (C) 2006-2014 by Nagios Plugin Development Team
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl itself, either Perl version 5.8.4 or,
36at your option, any later version of Perl 5 you may have available.
37