Skip to main content
Solved

"Ressource Status" show duplicate services after update in 22.10

  • November 1, 2022
  • 5 replies
  • 257 views

reglisse
Forum|alt.badge.img+4

Hi,

After Upgrade from 22.04 to 22.10 on AlmaLinux 8 (Centreon IT100), "Ressource Status" show duplicate services whereas “deprecated pages” are OK.

By hovering the mouse over a duplicate service both are selected !

Already tried :

  • Purge browser cache / use Private mode / change browser
  • Export config whilte Restarting Monitoring Engine
  • Restarting manually  entengine.service and cbd
22.10 ressource status
22.10 deprecated page

 

Anyone had the same behavior ?

Best answer by Adrien Morais-Mestre

Hi !

A new version has been released regarding this issue. You can update your platform that would fix your issue.

https://docs.centreon.com/docs/releases/centreon-os/#22101

Regards

5 replies

Adrien Morais-Mestre
Centreonian
Forum|alt.badge.img+8

Hi,

The Resource Status page uses a dedicated table on the centreon_storage database.

Could you lookup the service in the resources table from centreon_storage and see if it is also doubled in the database ?

> Connect to the database
use centreon_storage;
SELECT id, type, name FROM resources WHERE name = 'Uptime';

Thanks


Adrien Morais-Mestre
Centreonian
Forum|alt.badge.img+8

Hi reglisse,

An new version will come out soon to fix this issue that has been now fixed.

You can apply this patch https://github.com/centreon/centreon/pull/12055/files manually or wait for the RPM to be released.

Regards


Adrien Morais-Mestre
Centreonian
Forum|alt.badge.img+8

Hi !

A new version has been released regarding this issue. You can update your platform that would fix your issue.

https://docs.centreon.com/docs/releases/centreon-os/#22101

Regards


reglisse
Forum|alt.badge.img+4
  • Author
  • Steward *
  • November 10, 2022

Hi !

 

Thanks @Adrien Morais-Mestre for your time and all your replies.

Problem solved for me with centreon-web-22.10.1-4 (2022/11/07), not tried the patch mentioned above

 

Reagrds.


Adrien Morais-Mestre
Centreonian
Forum|alt.badge.img+8

Hi reglisse,

Glad to here that you’re problem is now solved !

Adrien

Regards