Hello,
I need some help after the crash of my centreon monitoring that stop working after a disk full on the central poller.
After this crash, I found that the poller server was working with the date set to 2043 instead of 2022.
I have correct the date and sync the 2 servers with a ntp server.
But now, during the restart of the poller (systemctl restart centreon.service
), I have this error in the log (/var/log/centreon-broker/central-broker-master.log) :
>1646820491] error: failover: 'connection-to-CENTREON.POLLER' cannot connect endpoint.
Centreon Broker 20.04.17 log file closed
Centreon Broker 20.04.17 log file opened
/1646820551] error: conflict_manager: error in the main loop: could not prepare update query for event 'host_check' on table 'hosts': could not update poller: Out of range value for column 'last_alive' at row 1
r1646820552] error: failover: 'connection-to-CENTREON.POLLER' cannot connect endpoint.
b1646820555] error: failover: 'connection-to-CENTREON.POLLER' cannot connect endpoint.
Also, the centreon service is active but exited :
systemctl status centreon
● centreon.service - One Service to rule them all.
Loaded: loaded (/usr/lib/systemd/system/centreon.service; enabled; vendor preset: disabled)
Active: active (exited) since mer. 2022-03-09 11:09:09 CET; 1min 49s ago
Process: 15694 ExecReload=/bin/true (code=exited, status=0/SUCCESS)
Process: 31547 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 31547 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/centreon.service
mars 09 11:09:09 srv-centreon systemd-1]: Stopping One Service to rule them all....
mars 09 11:09:09 srv-centreon systemd-1]: Starting One Service to rule them all....
mars 09 11:09:09 srv-centreon systemd-1]: Started One Service to rule them all..
How could I correct it ?
Thanks for your help