diff --git a/grafana/dashboards/cmode/network.json b/grafana/dashboards/cmode/network.json index f9d9006f0..e6069c8ef 100644 --- a/grafana/dashboards/cmode/network.json +++ b/grafana/dashboards/cmode/network.json @@ -1657,7 +1657,7 @@ }, { "datasource": "${DS_PROMETHEUS}", - "description": "", + "description": "This panel requires a cluster with ONTAP 9.6+ and the Harvest REST collector", "fieldConfig": { "defaults": { "custom": { @@ -1693,6 +1693,58 @@ "value": "Gbits" } ] + }, + { + "matcher": { + "id": "byName", + "options": "Enabled" + }, + "properties": [ + { + "id": "mappings", + "value": [ + { + "options": { + "false": { + "index": 1, + "text": "No" + }, + "true": { + "index": 0, + "text": "Yes" + } + }, + "type": "value" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Fabric Connected" + }, + "properties": [ + { + "id": "mappings", + "value": [ + { + "options": { + "false": { + "index": 1, + "text": "No" + }, + "true": { + "index": 0, + "text": "Yes" + } + }, + "type": "value" + } + ] + } + ] } ] },