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