mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Update rules.yml
This commit is contained in:
parent
de0227ccf4
commit
7718da6b31
1 changed files with 0 additions and 2 deletions
|
|
@ -2044,8 +2044,6 @@ groups:
|
|||
query: 'kube_node_status_condition{condition="Ready",status="true"} == 0'
|
||||
severity: critical
|
||||
for: 10m
|
||||
# Kubernetes Node with disabled schedules are fine.
|
||||
# This alarm can be useful to get warned if there are nodes which are longer unscheduled
|
||||
- name: Kubernetes Node scheduling disabled
|
||||
summary: "Kubernetes node scheduling disabled (node: {{ $labels.node }})"
|
||||
description: "Node {{ $labels.node }} has been marked as unschedulable for more than 30 minutes."
|
||||
|
|
|
|||
Loading…
Reference in a new issue