New upstream version 2.0.0

This commit is contained in:
Jan Wagner 2016-12-04 11:31:25 +01:00
parent e8c75af4e8
commit e1ab4578a6
71 changed files with 20366 additions and 9590 deletions

15
plugins/INSTALL Normal file
View file

@ -0,0 +1,15 @@
Installation:
-------------
You can simply copy the .pl files to the Nagios Plugin directory if
- Nagios plugins and utils.pm file are in /usr/local/nagios/libexec.
- You are sure Net::SNMP is installed. (Getopt::Long is standard).
- perl is in /usr/bin/perl
- Temp files can be written by Nagios in /tmp
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 depending on these answers and install the scripts.