disable alert for pods less than in spec [ci skip]
This commit is contained in:
parent
a33cbb272b
commit
cd89d13ab2
1 changed files with 7 additions and 7 deletions
|
|
@ -209,13 +209,13 @@ serverFiles:
|
||||||
# severity: page
|
# severity: page
|
||||||
# annotations:
|
# annotations:
|
||||||
# summary: Pod stuck not ready.
|
# summary: Pod stuck not ready.
|
||||||
- alert: ReadyPodsInDeploymentLessThanSpec
|
#- alert: ReadyPodsInDeploymentLessThanSpec
|
||||||
expr: kube_deployment_status_replicas_available - on(namespace, deployment) kube_deployment_spec_replicas < 0
|
# expr: kube_deployment_status_replicas_available - on(namespace, deployment) kube_deployment_spec_replicas < 0
|
||||||
for: 10m
|
# for: 10m
|
||||||
labels:
|
# labels:
|
||||||
severity: page
|
# severity: page
|
||||||
annotations:
|
# annotations:
|
||||||
summary: Number of ready pods in {{ $labels.deployment }} is less than what is defined in spec.
|
# summary: Number of ready pods in {{ $labels.deployment }} is less than what is defined in spec.
|
||||||
- alert: PowerOutage
|
- alert: PowerOutage
|
||||||
expr: ups_upsInputVoltage < 150
|
expr: ups_upsInputVoltage < 150
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue