mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
assets,site/content: daily assets regeneration
This commit is contained in:
parent
761e18f868
commit
204e021864
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ groups:
|
||||||
description: StatefulSet {{ $labels.namespace }}/{{ $labels.statefulset }} has
|
description: StatefulSet {{ $labels.namespace }}/{{ $labels.statefulset }} has
|
||||||
not matched the expected number of replicas for longer than 15 minutes.
|
not matched the expected number of replicas for longer than 15 minutes.
|
||||||
runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubestatefulsetreplicasmismatch
|
runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubestatefulsetreplicasmismatch
|
||||||
summary: Deployment has not matched the expected number of replicas.
|
summary: StatefulSet has not matched the expected number of replicas.
|
||||||
expr: |
|
expr: |
|
||||||
(
|
(
|
||||||
kube_statefulset_status_replicas_ready{job="kube-state-metrics"}
|
kube_statefulset_status_replicas_ready{job="kube-state-metrics"}
|
||||||
|
|
|
@ -130,7 +130,7 @@ annotations:
|
||||||
description: StatefulSet {{ $labels.namespace }}/{{ $labels.statefulset }} has not
|
description: StatefulSet {{ $labels.namespace }}/{{ $labels.statefulset }} has not
|
||||||
matched the expected number of replicas for longer than 15 minutes.
|
matched the expected number of replicas for longer than 15 minutes.
|
||||||
runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubestatefulsetreplicasmismatch
|
runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubestatefulsetreplicasmismatch
|
||||||
summary: Deployment has not matched the expected number of replicas.
|
summary: StatefulSet has not matched the expected number of replicas.
|
||||||
expr: |
|
expr: |
|
||||||
(
|
(
|
||||||
kube_statefulset_status_replicas_ready{job="kube-state-metrics"}
|
kube_statefulset_status_replicas_ready{job="kube-state-metrics"}
|
||||||
|
|
Loading…
Reference in a new issue