Update readme.
git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@10587 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
90909669dc
commit
84d680115c
6
INSTALL
6
INSTALL
|
@ -1,6 +1,6 @@
|
||||||
############################
|
#################################
|
||||||
# Centreon Plugins Installation
|
# Centreon Plugins Installation #
|
||||||
############################
|
#################################
|
||||||
|
|
||||||
- just run install.sh in src/ directory
|
- just run install.sh in src/ directory
|
||||||
- don't directly copy plugins in Nagios plugins directory
|
- don't directly copy plugins in Nagios plugins directory
|
||||||
|
|
10
REQUIREMENT
10
REQUIREMENT
|
@ -1,11 +1,13 @@
|
||||||
###########################
|
################################
|
||||||
# Oreon Plugins Requirement
|
# Centreon Plugins Requirement #
|
||||||
###########################
|
################################
|
||||||
|
|
||||||
- Perl in /usr/bin/perl - or just run 'perl script'
|
- Perl in /usr/bin/perl - or just run 'perl script'
|
||||||
- Net::SNMP
|
- Net::SNMP
|
||||||
|
- Getopt::Long;
|
||||||
|
- FindBin::Bin;
|
||||||
- Config::IniFiles
|
- Config::IniFiles
|
||||||
- centreon perl module (centreon.pm)
|
- centreon perl module (centreon.pm)
|
||||||
- Centreon configuration file for Centreon perl module (Centreon.conf)
|
- Centreon configuration file for Centreon perl module (Centreon.conf)
|
||||||
- file 'utils.pm' in plugin diretory (/usr/local/nagios/libexec)
|
- file 'utils.pm' in plugins diretory (/usr/local/nagios/libexec)
|
||||||
- sed program for installation script
|
- sed program for installation script
|
Loading…
Reference in New Issue