Skip to main content
Version: ⭐ 23.10

Update the extension

Centreon MBI is updated in two 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 the Administration > Extension > Manager page and click 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.