fix merge conflict
[Nagios-Plugin.git] / README
blobde399b31c44d9545768215d922cda2b8960f7f43
1 Nagios::Monitoring::Plugin
2 ==========================
4 * These modules are meant for perl developers of [Nagios plugins](https://github.com/nagios-plugins/nagios-plugin-perl).
6 * It is meant to simplify a lot of the common functions required to do checking of a particular service.
8 * **The modules are still in an experimental stage and will be considered 
9 stable when it reaches version 1.0.**
11 Installing
12 ----------
14 You may need some prerequisites first. If you're on RHEL/Cent, it would be:
16     yum install -y perl-devel perl-Class-Accessor perl-Config-Tiny perl-Math-Calc-Units
18 To install this module type the following:
20     perl Makefile.PL
21     make
22     make test
23     make install
25 Example
26 -------
28 > Enough talk!  Show me where to start!
30 See the file `check_stuff.pl` in the `t/` directory for a complete 
31 working example of a plugin script.
34 License Notice
35 --------------
37 Copyright (C) 2006-2017 by Nagios Plugin Development Team
39 This library is free software; you can redistribute it and/or modify
40 it under the same terms as Perl itself, either Perl version 5.8.4 or,
41 at your option, any later version of Perl 5 you may have available.