testbed icon indicating copy to clipboard operation
testbed copied to clipboard

Improve haproxy and ceph dashboard integration

Open janhorstmann opened this issue 1 year ago • 2 comments

Passive ceph mgr are configured to emit an error with status code 404 for ceph dashboard. Haproxy is configured to treat status 404 as server state "NOLB" instead of marking servers as "DOWN". The clear separation between a passive server with state "NOLB" and a malfunctioning server with state "DOWN" will allow more differentiated alerting on haproxy server states.

Part of https://github.com/osism/issues/issues/1013

janhorstmann avatar May 07 '24 10:05 janhorstmann

We should also add this to the osism/cfg-cookiecutter repository as default.

berendt avatar May 08 '24 07:05 berendt

We should also add this to the osism/cfg-cookiecutter repository as default.

Done in https://github.com/osism/cfg-cookiecutter/pull/610

But it still needs testing

janhorstmann avatar May 08 '24 12:05 janhorstmann