Skip to main content
Solved

Problème onglet disponibilité Centreon depuis mise à jour 24.04 / Problem with the availability tab in Centreon since the update to 24.04

  • September 10, 2024
  • 2 replies
  • 120 views

Forum|alt.badge.img+2

FR :

Bonjour à toute la communauté,

Depuis la mise à jour de Centreon de la version 23.10 à la version 24.04, je n'ai plus accès à mes données dans l'onglet "Disponibilité". Par exemple, mes hôtes sont bien accessibles via le ping, mais l'onglet "Disponibilité" m'indique que les données sont indéterminées.

EN :

Hello everyone,

Since upgrading Centreon from version 23.10 to 24.04, I no longer have access to my data in the "Availability" tab. For example, my hosts are up and reachable via ping, but the "Availability" tab shows that the data is undetermined.

 

Best answer by o0obiohazard

FR :

 

Solution au problème :
Suite à la mise à jour, les fichiers suivants étaient vides :
/etc/centreon-gorgone/config.d/31-centreon-api.yaml
/etc/centreon/conf.pm
Je me suis aidé des fichiers en version dpkg-old pour les remplir.

Ensuite, j'ai lancé les commandes :
/usr/share/centreon/cron/eventReportBuilder --config=/etc/centreon/conf.pm -r

/usr/share/centreon/cron/dashboardBuilder --config=/etc/centreon/conf.pm -r

EN :

 

Solution to the problem:
After the update, the following files were empty:
/etc/centreon-gorgone/config.d/31-centreon-api.yaml
/etc/centreon/conf.pm
I used the dpkg-old files to refill them.

Then, I ran the commands:
/usr/share/centreon/cron/eventReportBuilder --config=/etc/centreon/conf.pm -r

/usr/share/centreon/cron/dashboardBuilder --config=/etc/centreon/conf.pm -r

2 replies

Forum|alt.badge.img+2
  • Author
  • Steward *
  • Answer
  • September 10, 2024

FR :

 

Solution au problème :
Suite à la mise à jour, les fichiers suivants étaient vides :
/etc/centreon-gorgone/config.d/31-centreon-api.yaml
/etc/centreon/conf.pm
Je me suis aidé des fichiers en version dpkg-old pour les remplir.

Ensuite, j'ai lancé les commandes :
/usr/share/centreon/cron/eventReportBuilder --config=/etc/centreon/conf.pm -r

/usr/share/centreon/cron/dashboardBuilder --config=/etc/centreon/conf.pm -r

EN :

 

Solution to the problem:
After the update, the following files were empty:
/etc/centreon-gorgone/config.d/31-centreon-api.yaml
/etc/centreon/conf.pm
I used the dpkg-old files to refill them.

Then, I ran the commands:
/usr/share/centreon/cron/eventReportBuilder --config=/etc/centreon/conf.pm -r

/usr/share/centreon/cron/dashboardBuilder --config=/etc/centreon/conf.pm -r


fgbetokpanou
Centreonian
Forum|alt.badge.img+11
  • Centreonian
  • September 10, 2024

Thanks @o0obiohazard for sharing it!