Skip to main content
Solved

Old host still present

  • August 21, 2022
  • 8 replies
  • 776 views

Forum|alt.badge.img+1

Hello,
I am in Centreon 22.04 version.
I deleted a host and restarted my poller but it is still present in my console.
Moreover, the addition of host works but does not appear in my monitoring console.

Thanks for your help.

Steve

Best answer by omercier

What happens when you export the configuration following these steps? https://docs.centreon.com/docs/getting-started/first-supervision/#deploying-a-configuration

8 replies

ponchoh
Centreonian
Forum|alt.badge.img+14
  • Centreonian
  • 531 replies
  • August 22, 2022

Hello @SteveB , is it possible that you have the host in multiple pollers? have you tried export to all?

 

🤔


Forum|alt.badge.img+1
  • Author
  • Steward *
  • 4 replies
  • August 22, 2022

Hello @hmorales. No, I have an unique server which had all the role (central server and poller).


ponchoh
Centreonian
Forum|alt.badge.img+14
  • Centreonian
  • 531 replies
  • August 22, 2022

omercier
Centreonian
Forum|alt.badge.img+13
  • Centreonian
  • 277 replies
  • August 23, 2022

Hi @SteveB,

Can you make sure the gorgoned service is running well?

systemctl status gorgoned

If no, please run the following commands:

systemctl enable gorgoned
systemctl restart gorgoned

Then deploy your configuration again with the restart option: the centengine service should restart and its configuration files should be updated. To make sure, run:

systemctl status centengine
ls -l /etc/centreon-engine

These commands should show that the service has been restarted and that the files have been changed recently.


Forum|alt.badge.img+1
  • Author
  • Steward *
  • 4 replies
  • August 23, 2022

Hello,

The gorgoned service is start and OK.

I have restart the centengine service but all the file are always the date of 24th June. 

All the modification are not writing !


omercier
Centreonian
Forum|alt.badge.img+13
  • Centreonian
  • 277 replies
  • Answer
  • August 23, 2022

What happens when you export the configuration following these steps? https://docs.centreon.com/docs/getting-started/first-supervision/#deploying-a-configuration


Forum|alt.badge.img+1
  • Author
  • Steward *
  • 4 replies
  • August 23, 2022

It’s works !

Thanks a lot !

Regards

Steve


Forum|alt.badge.img+6
  • Steward ***
  • 37 replies
  • December 27, 2022

 

Hello @SteveB , is it possible that you have the host in multiple pollers? have you tried export to all?

 

🤔

Hi,thank you i had an issue with a deleted hosts still showing up in my widget, your answer solved my issue :)