Skip to content

Commit

Permalink
Update dashboards and alerts from Sunbeam https://opendev.org/opensta…
Browse files Browse the repository at this point in the history
…ck/sunbeam-charms/src/branch/main/charms/openstack-exporter-k8s/src (#99)

This commit was generated by https://github.com/canonical/openstack-exporter-operator/blob/main/.github/workflows/sync-from-sunbeam.yaml

Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com>
  • Loading branch information
soleng-terraform[bot] authored Sep 5, 2024
1 parent 4e066dd commit 6a5b5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prometheus_alert_rules/cinder_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ groups:
- name: Cinder
rules:
- alert: CinderStateWarning
expr: openstack_cinder_agent_state{adminState="disabled"}
expr: count without (uuid) (openstack_cinder_agent_state{adminState="disabled"}) > 0
for: 5m
labels:
severity: warning
Expand All @@ -13,7 +13,7 @@ groups:
LABELS = {{ $labels }}
- alert: CinderStateCritical
expr: openstack_cinder_agent_state{adminState="enabled"} == 0
expr: count without (uuid) (openstack_cinder_agent_state{adminState="enabled"} == 0) > 0
for: 5m
labels:
severity: critical
Expand Down

0 comments on commit 6a5b5a4

Please sign in to comment.