Update readme.

git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@10587 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
Damien Duponchelle 2010-06-23 09:49:24 +00:00
parent 90909669dc
commit 84d680115c
2 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -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