Skip to main content
Version: ⭐ 23.10

Install the Centreon BAM extension

Centreon BAM is a Centreon extension that requires a valid license key. To purchase one, contact Centreon.

Prerequisites​

See the software requirements.

Install BAM on the central server. The central server and Centreon BAM must be installed in the same major versions (i.e. both in 23.10.x). If you want to be able to view the Business activities monitored by a remote server, install BAM on the remote server too. When BAM is installed on a remote server, the Business activities will only include the resources monitored by the remote server.

Installation​

Install the package​

Add the Centreon Business repository; you can find it on the support portal.

And install the package using the following command:

dnf install centreon-bam-server

Upload the license​

A license file bam.license is provided by Centreon. Go to the Administration > Extensions > Manager menu and upload the license using the interface.

Install the interface​

Go to the Administration > Extension > Manager menu and click the install button for the following modules:

  • License Manager (if not yet installed)
  • Business Activity Monitoring

Once installed and the license added, the module will have a green banner that indicates the license expiry date:

image

If you are using MariaDB replication for your monitoring databases, installing Centreon BAM generates a view. You need to exclude it from replication by adding the following line on the my.cnf file of the slave server:

replicate-ignore-table=centreon.mod_bam_view_kpi

Create the view manually on the slave server using this file, by executing the following command:

mysql centreon < view_creation.sql