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