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
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
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
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.
Hi reglisse,
Glad to here that you’re problem is now solved !
Adrien
Regards