canonical / charm-openstack-service-checks

Collection of Nagios checks and other utilities that can be used to verify the operation of an OpenStack cluster
0 stars 2 forks source link

Add Designate monitoring support #122

Closed sudeephb closed 7 months ago

sudeephb commented 7 months ago

Similar to check_neutron_agents, check_nova_services and the recently added check_gnocchi we need to add check_designate.

Evaluate to use Service Statuses API https://docs.openstack.org/api-ref/dns/#service-statuses


Imported from Launchpad using lp2gh.

sudeephb commented 7 months ago

(by peppepetra) The implementation of a smart check for designate is blocked by the bug LP#1761503. Due to this bug designate services are always reported as UP. For that reason there isn't any benefit on developing that check which won't work for now.

To track the work of a smart designate check a new bug has been opened:

https://bugs.launchpad.net/charm-openstack-service-checks/+bug/1845293