Talk:Setup:InstallationScriptsForCentreon2
From Wiki Centreon
Hi there is a small error on the 00.instal.sh script
- Téléchargement de Centreon
export VERSION_CENTREON="centreon-2.0-1" export DL_CENTREON="http://download.centreon.com/index.php?id=103"
you need to edit "centreon-2.0-1" to "centreon-2.0.1" if not the script cannot find the file "centreon-2.0-1.tar.gz"
bye
and thank you for the script
Setptember, 29 by paketecuento
Please, update the script 00-install.sh to avoid the mentioned error and replace 2.0.1 with 2.1.1. Also be aware about some mistakes:
- 01-requirements.sh: replace "erl-Socket6" by "perl-Socket6"
- 01-requirements.sh: for Fedora add "yum install php-xml"

