diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ | |||
1 | Nagios::Plugin | ||
2 | ============== | ||
3 | |||
4 | These modules are meant for perl developers of plugins for Nagios | ||
5 | (http://nagiosplug.sourceforge.net). It is meant to simplify a lot | ||
6 | of the common functions required to do checking of a particular | ||
7 | service. | ||
8 | |||
9 | The modules are still in an experimental stage and will be considered | ||
10 | stable when it reaches version 1.0. | ||
11 | |||
12 | INSTALLATION | ||
13 | |||
14 | To install this module type the following: | ||
15 | |||
16 | perl Makefile.PL | ||
17 | make | ||
18 | make test | ||
19 | make install | ||
20 | |||
21 | COPYRIGHT AND LICENCE | ||
22 | |||
23 | Copyright (C) 2006 by Nagios Plugin Development Team | ||
24 | |||
25 | This library is free software; you can redistribute it and/or modify | ||
26 | it under the same terms as Perl itself, either Perl version 5.8.4 or, | ||
27 | at your option, any later version of Perl 5 you may have available. | ||
28 | |||
29 | |||