From 891e259d6659b0ea121f133de2f90369846541e2 Mon Sep 17 00:00:00 2001 From: "Pai, Radhika (rp592h)" Date: Thu, 11 Jul 2019 15:25:39 +0000 Subject: [PATCH] Updated the CEPH Cluster Health Panel values Change-Id: Id4016d1ce6c0e2acadef31496102667ee79f030f --- grafana/values.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/grafana/values.yaml b/grafana/values.yaml index a491f8635..43bfd49e2 100644 --- a/grafana/values.yaml +++ b/grafana/values.yaml @@ -3314,9 +3314,9 @@ conf: colorBackground: false colorValue: true colors: - - rgba(245, 54, 54, 0.9) - - rgba(237, 129, 40, 0.89) - rgba(50, 172, 45, 0.97) + - rgba(237, 129, 40, 0.89) + - rgba(245, 54, 54, 0.9) datasource: prometheus editable: true error: false @@ -3355,12 +3355,12 @@ conf: lineColor: rgb(31, 120, 193) show: false targets: - - expr: count(ceph_health_status{application="ceph",release_group="$ceph_cluster"}) + - expr: ceph_health_status{application="ceph",release_group="$ceph_cluster"} interval: "$interval" intervalFactor: 1 refId: A step: 60 - thresholds: '0,1' + thresholds: '1,1' title: Status transparent: false type: singlestat @@ -3370,11 +3370,14 @@ conf: text: N/A value: 'null' - op: "=" - text: WARNING + text: HEALTHY value: '0' - op: "=" - text: HEALTHY + text: WARNING value: '1' + - op: "=" + text: CRITICAL + value: '2' valueName: current - cacheTimeout: colorBackground: false