Configure Centreon setup and database

January 19, 2008 · Filed Under Centreon 

We have now installed Centreon Network Monitoring pre-requisites, Nagios, Nagios Plugins & centreon binaries. The final part of this installation procedure is to configure the setup paramaters from the web interface.

If you jumped into this article then please have a look at the previous three steps of this four part installation procedure:

1. Install Centreon Pre-Requisites

2. Install Nagios & Nagios Plugin

3. Install Centreon binaries

 

Logon to the web interface after the successful installation of Centreon binaries

http://<server>/centreon/

where <server> is the IP Address or the hostname of the webserver. This redirects to

http://<server>/centreon/install/setup.php

The following are the step by step configuration screenshots which can take you through and complete the configuration

1. Centreon Web Configuration Welcome

Centreon Web config welcome

2. Centreon License Acceptance page

Centreon License page

3. Centreon Envirnment variables config

Centreon Environmental Variables Config

4. Centreon Verify Configs

Centreon Verify configs

5. PHP PEAR config

PHP Pear config

6. Database Configuration

Database Configuration

7. Database Verification

Database Verification

8. User Interface config

User inteface config

9. LDAP Config

LDAP config

10. Component Verification

centreon config

11. Create Database

Creating Database

12. Post Install verifiy

Post install

13. Centreon login page

admin login

Comments

7 Responses to “Configure Centreon setup and database”

  1. Julien Mathis on March 5th, 2008 11:39 am

    Hi,

    Great job ! But why nobody update official Wiki of centreon ? If you want to help us, centreon wiki is completely open !

    There are many tuto who speak about centreon… and nobody help centreon team :(

    Thanks

  2. rodrigo on April 8th, 2008 2:43 pm

    Awesome job, it’s working.-

  3. lael on November 5th, 2008 9:56 pm

    Hi, I have installed nagios and centreon ok, but am getting a blank main.php after login. Any ideas how to figure out what is wrong?

  4. Julián on January 27th, 2009 12:50 pm

    Hi, i have the same problem, I am getting a blank main.php after login. What can i do?

  5. warden on February 19th, 2009 3:45 am

    first of all, if you are using debian, do not use manually compiled things but apt-get install nagios3.
    please check my website as I will provide centreon2 w/nagios3 in Debian lenny tutorial soon there.

  6. sumpfgottheit on February 25th, 2009 2:36 pm

    If you have a blank main.php – maybe you need the gettext module for php, but always look into your apache error log

  7. ADM on March 22nd, 2010 12:42 am

    #Here’s the solution to blank page problem.
    ls /usr/local/apache2/conf
    #you will find a file named centreon.conf here
    #copy it to /etc/apache2/conf.d
    sudo cp /usr/local/apache2/conf/centreon.conf /etc/apache2/conf.d
    #restart nagios, centcore and apache2
    sudo /etc/init.d/nagios restart
    sudo /etc/init.d/centreon restart
    sudo /etc/init.d/apache2 restart
    # I hope this will solve your problems :)

Leave a Reply