Skip to main content
Solved

The central poller does not run when centreon starts

  • 26 January 2023
  • 4 replies
  • 137 views

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?

Hi,

systemctl enable cbd centreon centengine gorgoned

Should enable those services to be run at boot time.


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


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 !


@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.

 


Reply