Skip to main content
Version: 22.04

Update the extension

The update of Centreon MBI is made of 2 steps :

  • Updating the extension interface
  • Updating the reporting server

Update the extension interface

  1. Update the package, run the following commands:
dnf clean all
dnf update centreon-bi-server
  1. Update through the interface: Log on to the Centreon web interface, go to Administration > Extension > Manager and click on the Update button to update the extension and the widgets.

Update the reporting server

Connect to your reporting server and stop the scheduler service (CBIS):

systemctl stop cbis

Then run the following commands:

dnf clean all
dnf update centreon-bi\*

Start the scheduler service:

systemctl start cbis

MBI is now updated.