Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • 463e32bcf34cc06f2b7e79f179d71522cf625c04
  • master default protected
  • MON-2693-new-menu
  • php7-migration
  • poc-redis
  • security-fix-virtual-metrics-sql
  • security-fix-reporting
  • security-fix-menu-username
  • security-fix-export-graph
  • security-fix-metrics-injection
  • security-fix-virtual-metrics
  • security-fix-curves-templates
  • security-fix-command-form
  • security-fix-administration-logs
  • clapi_filter
  • MON2733-C2_Security_fix
  • new-header-2.8.x
  • MON-2725-ldap-passwords
  • 2.8.x
  • 6073-fix-view-contact-notifications
  • MON2703-new-api-menu
  • 2.8.23
  • 2.8.22
  • 2.8.21
  • 2.8.20
  • 2.8.19
  • 2.8.18
  • 2.8.17
  • 2.8.216
  • 2.8.16
  • 2.7.13
  • 2.8.15
  • help
  • 2.8.14
  • 2.8.13
  • 2.8.12
  • 2.7.12
  • 2.8.11
  • 2.8.10
  • 2.8.10-release
  • 2.8.9
41 results

from_iso.rst

Blame
  • user avatar
    Laurent Pinsivy authored
    463e32bc
    History
    from_iso.rst 9.32 KiB

    Using Centreon ISO el7

    Note

    Installation from Centreon el6 ISO is available :ref:`here<installisoel6>`

    Installation

    Step 1: Start

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

    /images/user/01_bootmenu.png

    Step 2: Choice of language

    Choose the language of the installation process then click Done:

    /images/user/02_select_install_lang.png

    Step 3: Component selection

    Click on the Installation Type menu:

    /images/user/03_menu_type_install.png

    It is possible to choose different options:

    /images/user/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/user/05_menu_filesystem.png

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

    /images/user/06_select_disk.png

    Using + button create your own partitioning file system following :ref:`documentation prerequisites<diskspace>` then click Done:

    /images/user/07_partitioning_filesystem.png

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

    /images/user/08_apply_changes.png

    Network configuration

    Click Network & Hostname menu:

    /images/user/09_menu_network.png

    Enable all network interfaces and define hostname then click Done:

    /images/user/10_network_hostname.png

    Timezone configuration

    Click Date & Time menu:

    /images/user/11_menu_timezone.png

    Select timezone then click on configuration button:

    /images/user/12_select_timzeone.png

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

    /images/user/13_enable_ntp.png

    Start installation

    Once configuration is over click Begin Installation:

    /images/user/14_begin_install.png

    Click Root Password :

    /images/user/15_menu_root_password.png

    Define and confirm root user password. Click Done:

    /images/user/16_define_root_password.png

    Wait during installation process:

    /images/user/17_wait_install.png

    When the installation is finished, click Reboot:

    /images/user/18_reboot_server.png

    Update system packages

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

    Accept all GPG keys:

    /images/user/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/user/acentreonwelcome.png

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

    /images/user/acentreoncheckmodules.png

    Click on Next.

    /images/user/amonitoringengine2.png

    Click on Next.

    /images/user/abrokerinfo2.png

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

    /images/user/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/user/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/user/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/user/aendinstall.png

    You can now log in.

    /images/user/aconnection.png

    Start monitoring

    To start the monitoring engine :

    1. On the web interface, go to Configuration ==> Monitoring engines
    2. Leave the default options and click on Export
    3. Uncheck Generate Configuration Files and Run monitoring engine debug (-v)
    4. Check Move Export Files and Restart Monitoring Engine
    5. Click on Export again
    6. Log into the ‘root’ user on your server
    7. Start Centreon Broker
    service cbd start
    1. Start Centreon Engine
    service centengine start
    1. 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/user/amenu.png

    • The Home menu enables access to the first home screen after logging in. It summarises 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.

    /_static/images/installation/ppm_1.png

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

    /_static/images/installation/ppm_2.png

    Then install Centreon Plugin Pack Manager itself.

    /_static/images/installation/ppm_3.png

    You're now ready to go to Administration -> Extensions -> Plugin packs -> Setup. You'll find there 6 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).

    /_static/images/installation/ppm_4.png

    You can continue to configure your monitoring with Centreon IMP by following :ref:`this guide <impconfiguration>`.