Fix Ceph Grafana dashboard

Two incorrect expressions were causing issues in reporting the
number of OSDs In and the number of OSDs Down. This updates the
expressions to fix these issues

Change-Id: I41c3588a227edc8fe986061886a27d1f694d6e92
This commit is contained in:
Steve Wilkerson 2018-02-16 11:02:35 -06:00
parent 1bfa439a6b
commit 590501d0aa

@ -762,7 +762,7 @@ conf:
lineColor: rgb(31, 120, 193)
show: false
targets:
- expr: ceph_osd_in
- expr: count(ceph_osd_in)
interval: "$interval"
intervalFactor: 1
legendFormat: ''
@ -942,7 +942,7 @@ conf:
lineColor: rgb(31, 120, 193)
show: false
targets:
- expr: count(ceph_osd_metadata) - count(count(ceph_osd_metadata) - count(ceph_osd_up))
- expr: count(ceph_osd_metadata) - count(ceph_osd_up)
interval: "$interval"
intervalFactor: 1
legendFormat: ''