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
fd8c7deed9
commit
17cd7bba95
|
@ -1,6 +1,6 @@
|
|||
############################
|
||||
# Centreon Plugins Installation
|
||||
############################
|
||||
#################################
|
||||
# Centreon Plugins Installation #
|
||||
#################################
|
||||
|
||||
- just run install.sh in src/ directory
|
||||
- don't directly copy plugins in Nagios plugins directory
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
###########################
|
||||
# Oreon Plugins Requirement
|
||||
###########################
|
||||
################################
|
||||
# Centreon Plugins Requirement #
|
||||
################################
|
||||
|
||||
- Perl in /usr/bin/perl - or just run 'perl script'
|
||||
- Net::SNMP
|
||||
- Getopt::Long;
|
||||
- FindBin::Bin;
|
||||
- Config::IniFiles
|
||||
- centreon perl module (centreon.pm)
|
||||
- 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
|
Loading…
Reference in New Issue