From: Zack Cerza Date: Thu, 31 May 2018 18:34:03 +0000 (-0600) Subject: dashboards/network-usage-by-node: Fix mon_hosts X-Git-Tag: v2.0~23^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F190%2Fhead;p=cephmetrics.git dashboards/network-usage-by-node: Fix mon_hosts Signed-off-by: Zack Cerza --- diff --git a/dashboards/mgr-prometheus/network-usage-by-node.json b/dashboards/mgr-prometheus/network-usage-by-node.json index 801aff3..2249cdf 100644 --- a/dashboards/mgr-prometheus/network-usage-by-node.json +++ b/dashboards/mgr-prometheus/network-usage-by-node.json @@ -357,27 +357,6 @@ "type": "query", "useTags": false }, - { - "allValue": null, - "current": { - "text": "All", - "value": "$__all" - }, - "hide": 2, - "includeAll": true, - "label": "", - "multi": false, - "name": "mon_servers", - "options": [ - { - "selected": true, - "text": "All", - "value": "$__all" - } - ], - "query": "", - "type": "custom" - }, { "allValue": null, "current": {}, @@ -406,12 +385,12 @@ "includeAll": true, "label": null, "multi": false, - "name": "copy_of_mon_servers", + "name": "mon_servers", "options": [], - "query": "label_values(ceph_server_metadata{services=~\".*mon.*\"}, hostname)", + "query": "label_values(ceph_mon_quorum_status, ceph_daemon)", "refresh": 1, "regex": "", - "sort": 0, + "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "",