pre install 2
#cd Downloads/
#wget http://prdownloads.sourceforge.net/sourceforge/nagios/ndoutils-1.4b9.tar.gz
#tar -xzf ndoutils-1.4b9.tar.gz
#cd ndoutils-1.4b9
#less README
# ./configure --prefix=/usr/local/nagios/ --enable-mysql --disable-pgsql \
--with-ndo2db-user=nagios --with-ndo2db-group=nagios
# make
#cp ./src/ndomod-3x.o /usr/share/nagios3/htdocs/ndomod.o
#cp ./src/ndo2db-3x /usr/share/nagios3/htdocs/ndo2db
#cp ./config/ndo2db.cfg-sample /etc/nagios3/ndo2db.cfg
#cp ./config/ndomod.cfg-sample /etc/nagios3/ndomod.cfg
#sudo chmod 774 /usr/share/nagios3/htdocs/ndo*
#sudo chown nagios:nagios /usr/share/nagios3/ndo*
#make ndo2db daemon autorun
#cp ./daemon-init /etc/init.d/ndo2db
#chmod +x /etc/init.d/ndo2db
#update-rc.d ndo2db defaults
install centreon 2.3.9
# tar xzf centreon-2.3.9.tar.gz
# cd centreon-2.3.9
# ./install.sh -i
Let's follow the installation script questions:
Press "Enter" to read the Centreon License, then type "y" to accept it.