From d262adeb215228f75d56b463f8bb3b36c06e91a7 Mon Sep 17 00:00:00 2001 From: Patrick Seidensal Date: Mon, 18 Nov 2019 12:40:55 +0100 Subject: [PATCH] monitoring: fix indentation of ceph default alerts Signed-off-by: Patrick Seidensal --- monitoring/prometheus/alerts/ceph_default_alerts.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/monitoring/prometheus/alerts/ceph_default_alerts.yml b/monitoring/prometheus/alerts/ceph_default_alerts.yml index 32f1c6dac18d..96e74fe12bcd 100644 --- a/monitoring/prometheus/alerts/ceph_default_alerts.yml +++ b/monitoring/prometheus/alerts/ceph_default_alerts.yml @@ -66,8 +66,8 @@ groups: oid: 1.3.6.1.4.1.50495.15.1.2.4.4 annotations: description: > - OSD {{ $labels.ceph_daemon }} was marked down and back up at least once a - minute for 5 minutes. + OSD {{ $labels.ceph_daemon }} was marked down and back up at least once a + minute for 5 minutes. # alert on high deviation from average PG count - alert: high pg count deviation expr: abs(((ceph_osd_numpg > 0) - on (job) group_left avg(ceph_osd_numpg > 0) by (job)) / on (job) group_left avg(ceph_osd_numpg > 0) by (job)) > 0.35 @@ -78,8 +78,8 @@ groups: oid: 1.3.6.1.4.1.50495.15.1.2.4.5 annotations: description: > - OSD {{ $labels.ceph_daemon }} deviates by more than 30% from - average PG count. + OSD {{ $labels.ceph_daemon }} deviates by more than 30% from + average PG count. # alert on high commit latency...but how high is too high - name: mds rules: -- 2.47.3