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

new alert added for Node NotReady State #320

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions resources/prometheusrule-alerts/node-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,11 @@ spec:
for: 15s
labels:
severity: info-warning
- alert: NodeNotReadyState
annotations:
message: 'The Node is in a state of NotReady, investigate further'
runbook_url: https://github.com/ministryofjustice/cloud-platform-terraform-monitoring/blob/main/resources/prometheusrule-alerts/README.md
expr: (kube_node_status_condition{condition="Ready", status="true"})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this condition=NotReady?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that should be NotReady, well spotted, thanks

for: 15m
labels:
severity: warning
Loading