]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
prometheus: alert status dashboard needs C
authorBoris Ranto <branto@redhat.com>
Wed, 6 Dec 2017 15:31:36 +0000 (16:31 +0100)
committerBoris Ranto <branto@redhat.com>
Mon, 11 Dec 2017 16:59:50 +0000 (17:59 +0100)
The alert references the refId as C so it needs to be C, otherwise the
alert won't be found.

Signed-off-by: Boris Ranto <branto@redhat.com>
dashboards/prometheus/alert-status.json

index 543fcc8001e10dabdf0236139f6441c4d99e69d3..0f1301020a95724531a204ff56fc503e9659b5cd 100644 (file)
@@ -50,7 +50,7 @@
                         "step": 4, 
                         "legendFormat": "down", 
                         "intervalFactor": 2, 
-                        "refId": "A"
+                        "refId": "C"
                      }
                   ], 
                   "title": "OSDs Down"
@@ -65,7 +65,7 @@
                         "step": 40, 
                         "legendFormat": "Raw Capacity Used %", 
                         "intervalFactor": 2, 
-                        "refId": "A"
+                        "refId": "C"
                      }
                   ], 
                   "title": "Cluster Capacity"