Solved

Missing services after poller restart

  • 28 September 2022
  • 1 reply
  • 243 views

Badge +3

Hi, 

After restarting poller services, most of the checked-services are missiong from the GUI.

Configuration export result show a total of Checked 7429 services but the GUI only shows 2091 Services.

 

Reading main configuration file '/var/cache/centreon/config/engine/5/centengine.DEBUG'.
Reading resource file '/var/cache/centreon/config/engine/5/resource.cfg'
Checking global event handlers...
Checking obsessive compulsive processor commands...

Checked 83 commands.
Checked 2 connectors.
Checked 25 contacts.
Checked 0 host dependencies.
Checked 0 host escalations.
Checked 70 host groups.
Checked 897 hosts.
Checked 0 service dependencies.
Checked 0 service escalations.
Checked 32 service groups.
Checked 7429 services.
Checked 3 time periods.
Total Warnings: 0
Total Errors: 0

icon

Best answer by laurent.g 28 September 2022, 18:40

View original

1 reply

Badge +3

This problem has been solved by the support. Great job, thanks a lot.

 

Error found broker master log : 

SQL error mysql_connection: could not store service status: out of range value for column 'notification_number'

Solution : 

ALTER TABLE centreon_storage.hosts MODIFY notification_number integer;

 

ALTER TABLE centreon_storage.services MODIFY notification_number integer;

 

All services are now displayed on the GUI. 

 

Regards, 

Laurent

Reply