From 1e847e3e724988661c9f246c26478976262ee8bb Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 31 May 2018 12:34:03 -0600 Subject: [PATCH] dashboards/network-usage-by-node: Fix mon_hosts Signed-off-by: Zack Cerza --- .../mgr-prometheus/network-usage-by-node.json | 27 +++---------------- 1 file changed, 3 insertions(+), 24 deletions(-) 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": "", -- 2.47.3