Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata dashboard shows wrong status for pollers #567

Closed
cgrinds opened this issue Oct 13, 2021 · 2 comments · Fixed by #568 or #576
Closed

Metadata dashboard shows wrong status for pollers #567

cgrinds opened this issue Oct 13, 2021 · 2 comments · Fixed by #568 or #576
Labels
bug Something isn't working status/done

Comments

@cgrinds
Copy link
Collaborator

cgrinds commented Oct 13, 2021

Describe the bug
Pollers are marked as STOPPED even though they're RUNNING.

image

This is due to a bug in the unix collector that marks a running poller with a status of zero instead of one. In Prometheus, the convention is for healthy to be =1.

Commit: c153f25

@cgrinds cgrinds added the bug Something isn't working label Oct 13, 2021
@cgrinds cgrinds self-assigned this Oct 13, 2021
@cgrinds
Copy link
Collaborator Author

cgrinds commented Oct 14, 2021

The dashboard colors and values need to be updated to match healthy=1

@cgrinds
Copy link
Collaborator Author

cgrinds commented Nov 1, 2021

Verified Target Systems and Pollers correctly show OK, Running and Green when poller is running. Killed pollers individually and verified tables update correctly.

Commit f7be2f8

image

@cgrinds cgrinds removed their assignment May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working status/done
Projects
None yet
2 participants