Using Centreon ISO el7

Note

Installation from Centreon el6 ISO is available here

Installation

Step 1: Start

To install Centreon, start your server on the Centreon ISO image in version el7. Start with Install CentOS 7:

../_images/01_bootmenu.png

Step 2: Choice of language

Choose the language of the installation process then click Done:

../_images/02_select_install_lang.png

Step 3: Component selection

Click on the Installation Type menu:

../_images/03_menu_type_install.png

It is possible to choose different options:

../_images/04_form_type_install.png

  • Central with database: Install Centreon (web interface and database), monitoring engine and broker

  • Central without database: Install Centreon (web interface only), monitoring engine and broker

  • Poller: Install poller (monitoring engine and broker only)

  • Database: Install database server (use with Central server without database option)

Step 4: System configuration

Partitioning of disk

Click on Installation Destination menu:

../_images/05_menu_filesystem.png

Select the hard disk drive and the I will configure partitioning option, then click Done:

../_images/06_select_disk.png

Using + button create your own partitioning file system following documentation prerequisites then click Done:

../_images/07_partitioning_filesystem.png

A confirmation window appears. Click Accept Changes to validate the partitioning:

../_images/08_apply_changes.png

Network configuration

Click Network & Hostname menu:

../_images/09_menu_network.png

Enable all network interfaces and define hostname then click Done:

../_images/10_network_hostname.png

Timezone configuration

Click Date & Time menu:

../_images/11_menu_timezone.png

Select timezone then click on configuration button:

../_images/12_select_timzeone.png

Enable or add a NTP server, click OK then Done:

../_images/13_enable_ntp.png

Start installation

Once configuration is over click Begin Installation:

../_images/14_begin_install.png

Click Root Password :

../_images/15_menu_root_password.png

Define and confirm root user password. Click Done:

../_images/16_define_root_password.png

Wait during installation process:

../_images/17_wait_install.png

When the installation is finished, click Reboot:

../_images/18_reboot_server.png

Update system packages

Connect to your server using a terminal and execute:
# yum update
../_images/19_update_system.png

Accept all GPG keys:

../_images/20_accept_gpg_key.png
Then restart your server with following command:
# reboot

Configuration

Via the web interface

Log into web interface via : http://[SERVER_IP]/centreon. The End of installation wizard of Centreon is displayed, click on Next.

../_images/acentreonwelcome.png

The End of installation wizard of Centreon checks the availability of the modules, click on Next.

../_images/acentreoncheckmodules.png

Click on Next.

../_images/amonitoringengine2.png

Click on Next.

../_images/abrokerinfo2.png

Define the data concerning the admin user, click on Next.

../_images/aadmininfo.png

By default, the ‘localhost’ server is defined and the root password is empty. If you use a remote database server, these two data entries must be changed. In our box, we only need to define a password for the user accessing the Centreon databases, i.e. ‘Centreon’, click on Next.

../_images/adbinfo.png

If the following error message appears: Add innodb_file_per_table=1 in my.cnf file under the [mysqld] section and restart MySQL Server. Perform the following operation:

  1. Log-on to the ‘root’ user on your server

  2. Modify this file

/etc/my.cnf
  1. Add these lines to the file

[mysqld]
innodb_file_per_table=1
  1. Restart mysql service

service mysql restart
  1. Click on Refresh

The End of installation wizard configures the databases, click on Next.

../_images/adbconf.png

The installation is finished, click on Finish.

At this stage, an ad informs you of the latest Centreon news/products . If your platform is connected to the Internet, you will receive the latest information. If not, the information of the current version will be displayed.

../_images/aendinstall.png

You can now log in.

../_images/aconnection.png

Start monitoring

To start the monitoring engine :

  1. On the web interface, go to Configuration ==> Pollers

  2. Leave the default options and click on Export configuration

  3. Select Central poller from the box input Pollers

  4. Uncheck Generate Configuration Files and Run monitoring engine debug (-v)

  5. Check Move Export Files and Restart Monitoring Engine with option method Restart selected

  6. Click on Export again

  7. Log into the ‘root’ user on your server

  8. Verify if services cbd, centengine and centcore is running

service cbd status
service centengine status
service centcore status

If they are not running, start them

  • Start Centreon Broker

service cbd start
  • Start Centreon Engine

service centengine start
  • Start centcore

service centcore start

Monitoring is now working. You can start to monitor your IT !

Introduction to the web interface

Centreon web interface is made up of several menus, each menu has a specific function:

../_images/amenu.png

  • The Home menu enables access to the first home screen after logging in. It summarizes the general status of the supervision.

  • The Monitoring menu contains the status of all the supervised elements in real and delayed time via the viewing of logs and performance graphics.

  • The Reporting menu serves to view, intuitively (via diagrams), the evolution of the supervision on a given period.

  • The Configuration menu serves to configure all monitored objects and the supervision infrastructure.

  • The Administration menu serves to configure the Centreon web interface and to view the general status of the servers.

Easy monitoring configuration

Centreon is great in itself, highly versatile and can be configured to fit the very specifics of your monitored infrastructure. However you might find it useful to use Centreon IMP to get you started in minutes. Centreon IMP provides you Plugin Packs which are bundled configuration templates that highly reduce the time needed to properly monitor the most common services of your network.

Centreon IMP needs the technical components: Centreon License Manager and Centreon Plugin Pack Manager to work.

Install packages

When using Centreon ISO, the installation of Centreon Plugin Pack Manager is very easy. You’ll see that Centreon License Manager will be installed too as a dependency.

$ yum install centreon-pp-manager

Web install

Once the packages are installed, you need to enable the module in Centreon. So go to the Administration -> Extensions -> Modules page.

../_images/ppm_1.png

Install Centreon License Manager (dependency of Centreon Plugin Pack Manager) first.

../_images/ppm_2.png

Then install Centreon Plugin Pack Manager itself.

../_images/ppm_3.png

You’re now ready to go to Configuration -> Plugin packs -> Manager. You’ll find there 10 free Plugin Packs to get you started. 5 more are available after free registration and 150+ if you subscribe to the IMP offer (more information on our website).

../_images/ppm_4.png

You can continue to configure your monitoring with Centreon IMP by following this guide.