Graylog2 / collector-sidecar

Manage log collectors through Graylog
https://www.graylog.org/
Other
268 stars 56 forks source link

Fix combined status #440

Closed thll closed 2 years ago

thll commented 2 years ago

Fixes #439

Correctly calculate the combined status for a sidecar by using the worst status of any collector. This was probably the original intention, but the used switch statement was handling the "stopped" case wrong.