grafana: improve usteer dashboard

This commit is contained in:
Astro 2023-11-14 23:41:44 +01:00
parent d700483893
commit 3395ee88d2
1 changed files with 69 additions and 9 deletions

View File

@ -18,7 +18,6 @@
"editable": true, "editable": true,
"fiscalYearStartMonth": 0, "fiscalYearStartMonth": 0,
"graphTooltip": 0, "graphTooltip": 0,
"id": 369,
"links": [], "links": [],
"liveNow": false, "liveNow": false,
"panels": [ "panels": [
@ -49,7 +48,7 @@
}, },
"lineInterpolation": "linear", "lineInterpolation": "linear",
"lineWidth": 1, "lineWidth": 1,
"pointSize": 5, "pointSize": 1,
"scaleDistribution": { "scaleDistribution": {
"type": "linear" "type": "linear"
}, },
@ -63,6 +62,7 @@
"mode": "off" "mode": "off"
} }
}, },
"decimals": 0,
"mappings": [], "mappings": [],
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
@ -82,7 +82,37 @@
{ {
"matcher": { "matcher": {
"id": "byRegexp", "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": [ "properties": [
{ {
@ -97,7 +127,22 @@
{ {
"matcher": { "matcher": {
"id": "byRegexp", "id": "byRegexp",
"options": "/.*wlan5-.*/" "options": "/.*wlan5-priv.*/"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "red",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byRegexp",
"options": "/.*wlan2-pub/"
}, },
"properties": [ "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 "showLegend": true
}, },
"tooltip": { "tooltip": {
"mode": "single", "mode": "multi",
"sort": "none" "sort": "desc"
} }
}, },
"targets": [ "targets": [
@ -575,13 +635,13 @@
"list": [] "list": []
}, },
"time": { "time": {
"from": "now-6h", "from": "now-2d",
"to": "now" "to": "now"
}, },
"timepicker": {}, "timepicker": {},
"timezone": "", "timezone": "",
"title": "usteer", "title": "usteer",
"uid": "a8fa674f-82e4-4f3f-801d-31f3ac3efa7e", "uid": "a8fa674f-82e4-4f3f-801d-31f3ac3efa7e",
"version": 4, "version": 1,
"weekStart": "" "weekStart": ""
} }