Skip to main content
Solved

The central poller does not run when centreon starts

  • January 26, 2023
  • 4 replies
  • 168 views

Forum|alt.badge.img+1

It works when i use the commande line : systemctl restart cbd centengine gorgoned

But i don’t want to use this command everytime i reboot the VM.

What solutions are available to me?

Best answer by Stéphane

Hi,

systemctl enable cbd centreon centengine gorgoned

Should enable those services to be run at boot time.

4 replies

  • Answer
  • January 26, 2023

Hi,

systemctl enable cbd centreon centengine gorgoned

Should enable those services to be run at boot time.


Forum|alt.badge.img+1
  • Author
  • Steward *
  • January 26, 2023

Thanks, I tried but it doesn’t work...


Forum|alt.badge.img+1
  • Author
  • Steward *
  • January 27, 2023

Hi,

systemctl enable cbd centreon centengine gorgoned

Should enable those services to be run at boot time.

Ok I rebooted the VM today and retried your command and It works ! Thanks !


  • January 27, 2023

@gueg. Note that if you modified a systemd unit file, then  you shoud run ```systemctl daemon-reload``` before starting or enabllng a unit. But in this case systemctl is displaying a message telling you to do so.