Merge "Updated the CEPH Cluster Health Panel values"
This commit is contained in:
commit
b7a7e81056
@ -3314,9 +3314,9 @@ conf:
|
|||||||
colorBackground: false
|
colorBackground: false
|
||||||
colorValue: true
|
colorValue: true
|
||||||
colors:
|
colors:
|
||||||
- rgba(245, 54, 54, 0.9)
|
|
||||||
- rgba(237, 129, 40, 0.89)
|
|
||||||
- rgba(50, 172, 45, 0.97)
|
- rgba(50, 172, 45, 0.97)
|
||||||
|
- rgba(237, 129, 40, 0.89)
|
||||||
|
- rgba(245, 54, 54, 0.9)
|
||||||
datasource: prometheus
|
datasource: prometheus
|
||||||
editable: true
|
editable: true
|
||||||
error: false
|
error: false
|
||||||
@ -3355,12 +3355,12 @@ conf:
|
|||||||
lineColor: rgb(31, 120, 193)
|
lineColor: rgb(31, 120, 193)
|
||||||
show: false
|
show: false
|
||||||
targets:
|
targets:
|
||||||
- expr: count(ceph_health_status{application="ceph",release_group="$ceph_cluster"})
|
- expr: ceph_health_status{application="ceph",release_group="$ceph_cluster"}
|
||||||
interval: "$interval"
|
interval: "$interval"
|
||||||
intervalFactor: 1
|
intervalFactor: 1
|
||||||
refId: A
|
refId: A
|
||||||
step: 60
|
step: 60
|
||||||
thresholds: '0,1'
|
thresholds: '1,1'
|
||||||
title: Status
|
title: Status
|
||||||
transparent: false
|
transparent: false
|
||||||
type: singlestat
|
type: singlestat
|
||||||
@ -3370,11 +3370,14 @@ conf:
|
|||||||
text: N/A
|
text: N/A
|
||||||
value: 'null'
|
value: 'null'
|
||||||
- op: "="
|
- op: "="
|
||||||
text: WARNING
|
text: HEALTHY
|
||||||
value: '0'
|
value: '0'
|
||||||
- op: "="
|
- op: "="
|
||||||
text: HEALTHY
|
text: WARNING
|
||||||
value: '1'
|
value: '1'
|
||||||
|
- op: "="
|
||||||
|
text: CRITICAL
|
||||||
|
value: '2'
|
||||||
valueName: current
|
valueName: current
|
||||||
- cacheTimeout:
|
- cacheTimeout:
|
||||||
colorBackground: false
|
colorBackground: false
|
||||||
|
Loading…
Reference in New Issue
Block a user