diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-06-08 12:27:44 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-06-08 12:27:44 +0000 |
commit | 2c6651034f76e2bccb549a867485f8fabbf07cb1 (patch) | |
tree | 8de53d7efe4564017e1ebce73353c7e3a3c8b548 /README | |
parent | 83e29d795dddf34a652cda8665179b77372ddcfe (diff) | |
download | monitoring-plugin-perl-2c6651034f76e2bccb549a867485f8fabbf07cb1.tar.gz |
Initial revision
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1419 f882894a-f735-0410-b71e-b25c423dba1c
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 | |||