Skip to content

Fixes for ARC1ClusterInfo not rendering GLUE2 HealthState properly

nordugrid-arc-bot requested to merge cherrypick-162-for-next-major into next-major

Begin arcbot message
This merge request is automatically copied from !162 (merged) orginally made by @floridop
End arcbot message

## Fixes for ARC1ClusterInfo not rendering HealthState properly

Description

HealthState ok not present when services are all up and running as expected

A bug in a test prevented the endpoints in a good state to be shown as HealthState = OK, preventing the client to submit. This commit also removes some legacy netstat code left in the REST endpoint.

Bug reported by @andrii

Merge request reports