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