Imported Upstream version 1.1.1

This commit is contained in:
Jan Wagner 2013-11-26 21:27:21 +01:00
parent 05f86278bc
commit e8c75af4e8
24 changed files with 8701 additions and 345 deletions

32
README
View file

@ -1,46 +1,38 @@
Nagios SNMP plugins 1.0 README
Nagios SNMP plugins 1.1.1 README
------------------------------
Nagios SNMP plugins is a set of Nagios plugins to check hosts/devices using snmp protocol.
http://www.manubulon.com/nagios for more details.
http://nagios.manubulon.com for more details.
Requirements:
-------------
- perl
- perl in /usr/bin/perl
- Net::SNMP and Getopt::Long
- File utils.pm in Nagios plugin directory (default /usr/local/nagios/libexec)
- Nagios user can write files in /tmp/ directory
Perl, default directory and temp files location can be changed using the install.sh script.
Installation:
-------------
You can simply copy the files to the Nagios Plugin directory if it is in /usr/local/nagios/libexec.
You can also use the "install.sh" script provided in this directory to install the plugins.
Type : "./install.sh" to install all the plugins or "./install.sh <plugin name>" for a specific one.
The script will check for dependencies and ask for Nagios and temp directories.
It will modify the scripts dependding on these answers and install the scripts.
By default, the scripts will consider :
- perl is in /usr/bin/perl
- Net::SNMP and Getopt::Long
- Nagios plugins (and file utils.pm) are in /usr/local/nagios/libexec
- Temp files will be written in /tmp
Read INSTALL file
Help and support:
-----------------
Help files, examples and manual : http://www.manubulon.com/nagios/
FAQ : http://www.manubulon.com/nagios/faq.html
Mailling list, forum : https://sourceforge.net/projects/nagios-snmp/
Help files, config examples and FAQ in the doc/ directory
http://nagios.manubulon.com/
FAQ : http://nagios.manubulon.com/faq.html
Mailling list, forum : http://sourceforge.net/projects/nagios-snmp/
Legal stuff:
------------
Nagios SNMP plugins version 1.0, Copyright (C) 2004-2006 Patrick Proy (nagios at proy.org)
Nagios SNMP plugins version 1.1.1, Copyright (C) 2004-2007 Patrick Proy (nagios at proy.org)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as