nagios+centreon配置php
chkconfig httpd onmysql
chkconfig mysqld onios
chkconfig --add ndo2dbweb
chkconfig ndo2db onsql
chkconfig --add nagios瀏覽器
chkconfig nagios ondom
/etc/init.d/httpd restartsocket
/etc/init.d/mysqld start測試
/etc/init.d/ndo2db startspa
/etc/init.d/nagios start
chkconfig centcore on #安裝centreon時,自動完成的
chkconfig centstorage on #安裝centreon時,自動完成的
瀏覽器輸入:
http://ip/centreon/install/setup.php
若是啓動界面後出下面這種狀況:
You have to enable Cookies to proceed with the installation
請換用firfox 瀏覽器從新打開。
若是出現錯誤,centreon 裏提示不成功的,從新執行前面./install.sh -i 的安裝:
rm -rf /usr/local/centreon
rm -rf /etc/centreon
rm -rf /etc/httpd/conf.d/centreon.conf
rm -rf /var/lib/centreon
./install.sh -i
其實若是按照上面的步驟操做,默認都是設定好的,這裏只是提示要注意的地方。
安裝完成後,進入web界面會出現:
Some database poller updates are not active; check your nagios platform
可按照下面的步驟進行解決。
broker_module=/usr/local/nagios/bin//ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
Output :127.0.0.1
TCP Port :5668
Buffer size of the interface :5000
1)、測試配置是否有問題
2)、Export 激活配置
第一次激活時,在/usr/local/nagios/etc 目錄中會生成相應監控模板、主機、服務的配置文件:
注:之後每次修改配置文件,或添加新的Host、Service等,都須要執行這步」Export 激活配置」,才能生效!!
開始centreon+nagios的旅程吧!!!