Updated the CEPH Cluster Health Panel values

Change-Id: Id4016d1ce6c0e2acadef31496102667ee79f030f
This commit is contained in:
Pai, Radhika (rp592h) 2019-07-11 15:25:39 +00:00
parent b191d4ae99
commit 891e259d66

View File

@ -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