diff --git a/hosts/grafana/dashboards/usteer.json b/hosts/grafana/dashboards/usteer.json index 20e3699d..03834631 100644 --- a/hosts/grafana/dashboards/usteer.json +++ b/hosts/grafana/dashboards/usteer.json @@ -18,7 +18,6 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, - "id": 369, "links": [], "liveNow": false, "panels": [ @@ -49,7 +48,7 @@ }, "lineInterpolation": "linear", "lineWidth": 1, - "pointSize": 5, + "pointSize": 1, "scaleDistribution": { "type": "linear" }, @@ -63,6 +62,7 @@ "mode": "off" } }, + "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", @@ -82,7 +82,37 @@ { "matcher": { "id": "byRegexp", - "options": "/.*wlan2-.*/" + "options": "/.*wlan2-c3d2/" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "dark-yellow", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byRegexp", + "options": "/.*wlan5-c3d2/" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "yellow", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byRegexp", + "options": "/.*wlan2-priv.*/" }, "properties": [ { @@ -97,7 +127,22 @@ { "matcher": { "id": "byRegexp", - "options": "/.*wlan5-.*/" + "options": "/.*wlan5-priv.*/" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "red", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byRegexp", + "options": "/.*wlan2-pub/" }, "properties": [ { @@ -108,6 +153,21 @@ } } ] + }, + { + "matcher": { + "id": "byRegexp", + "options": "/.*wlan5-pub/" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "blue", + "mode": "fixed" + } + } + ] } ] }, @@ -126,8 +186,8 @@ "showLegend": true }, "tooltip": { - "mode": "single", - "sort": "none" + "mode": "multi", + "sort": "desc" } }, "targets": [ @@ -575,13 +635,13 @@ "list": [] }, "time": { - "from": "now-6h", + "from": "now-2d", "to": "now" }, "timepicker": {}, "timezone": "", "title": "usteer", "uid": "a8fa674f-82e4-4f3f-801d-31f3ac3efa7e", - "version": 4, + "version": 1, "weekStart": "" -} +} \ No newline at end of file