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

RabbitMQNodeDown alert is always active #944

Closed
fitz123 opened this issue Mar 10, 2023 · 2 comments
Closed

RabbitMQNodeDown alert is always active #944

fitz123 opened this issue Mar 10, 2023 · 2 comments

Comments

@fitz123
Copy link
Contributor

fitz123 commented Mar 10, 2023

Looks like the RabbitMQNodeDown expr is always evaluated to true if you have at least 1 cluster running. It should probably be changed to

-    expr: sum by (rabbitmq_cluster) (rabbitmq_identity_info)
+    expr: sum by (rabbitmq_cluster) (rabbitmq_identity_info) < 3
@fitz123 fitz123 changed the title RabbitMQNodeDown is always active RabbitMQNodeDown alert is always active Mar 10, 2023
@Irmius
Copy link

Irmius commented Apr 6, 2023

Facing the same issue.
It would be nice if it would be fixed

@v-zhuravlev
Copy link
Contributor

@Irmius , this should be fixed #945

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants