diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 23 |
1 files changed, 10 insertions, 13 deletions
| @@ -1,13 +1,12 @@ | |||
| 1 | Nagios::Plugin | 1 | Monitoring::Plugin |
| 2 | ============== | 2 | ================== |
| 3 | 3 | ||
| 4 | These modules are meant for perl developers of plugins for Nagios | 4 | These modules are meant for perl developers of plugins for Naemon, Nagios, |
| 5 | (http://nagiosplug.sourceforge.net). It is meant to simplify a lot | 5 | Icinga, Shinken and other compatible products. It is meant to |
| 6 | of the common functions required to do checking of a particular | 6 | simplify a lot of the common functions required to do checking of a |
| 7 | service. | 7 | particular service. |
| 8 | 8 | This module is maintained by the Monitoring-Plugins team | |
| 9 | The modules are still in an experimental stage and will be considered | 9 | (https:://monitoring-plugins.org) |
| 10 | stable when it reaches version 1.0. | ||
| 11 | 10 | ||
| 12 | INSTALLATION | 11 | INSTALLATION |
| 13 | 12 | ||
| @@ -23,16 +22,14 @@ EXAMPLE SCRIPT | |||
| 23 | 22 | ||
| 24 | "Enough talk! Show me where to start!" | 23 | "Enough talk! Show me where to start!" |
| 25 | 24 | ||
| 26 | See the file 'check_stuff.pl' in the 't' directory for a complete | 25 | See the file 'check_stuff.pl' in the 't' directory for a complete |
| 27 | working example of a plugin script. | 26 | working example of a plugin script. |
| 28 | 27 | ||
| 29 | 28 | ||
| 30 | COPYRIGHT AND LICENCE | 29 | COPYRIGHT AND LICENCE |
| 31 | 30 | ||
| 32 | Copyright (C) 2006 by Nagios Plugin Development Team | 31 | Copyright (C) 2006-2014 by Monitoring Plugin Team |
| 33 | 32 | ||
| 34 | This library is free software; you can redistribute it and/or modify | 33 | 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, | 34 | 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. | 35 | at your option, any later version of Perl 5 you may have available. |
| 37 | |||
| 38 | |||
