diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-01-02 02:25:59 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-01-02 02:25:59 +0100 |
commit | f6c3563b4d4a5f81e0f08147bbc51c289dc73659 (patch) | |
tree | 305841759ae340dfe09ddcb08f193e326d91d081 /roles/monitoring/grafana/files/dashboard-environment-sensors.json | |
parent | variable cookin: deal with unset variables (diff) |
minor cleanup for grafana dashboards
Diffstat (limited to 'roles/monitoring/grafana/files/dashboard-environment-sensors.json')
-rw-r--r-- | roles/monitoring/grafana/files/dashboard-environment-sensors.json | 47 |
1 files changed, 25 insertions, 22 deletions
diff --git a/roles/monitoring/grafana/files/dashboard-environment-sensors.json b/roles/monitoring/grafana/files/dashboard-environment-sensors.json index 999b959b..78734478 100644 --- a/roles/monitoring/grafana/files/dashboard-environment-sensors.json +++ b/roles/monitoring/grafana/files/dashboard-environment-sensors.json @@ -9,12 +9,13 @@ "pluginName": "Prometheus" } ], + "__elements": [], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", - "version": "8.2.2" + "version": "8.3.3" }, { "type": "datasource", @@ -56,15 +57,13 @@ }, "editable": true, "fiscalYearStartMonth": 0, - "gnetId": null, "graphTooltip": 0, "id": null, - "iteration": 1635116629331, + "iteration": 1641086664646, "links": [], "liveNow": false, "panels": [ { - "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -115,7 +114,7 @@ "overrides": [] }, "gridPos": { - "h": 17, + "h": 13, "w": 24, "x": 0, "y": 0 @@ -144,7 +143,6 @@ "type": "timeseries" }, { - "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -195,10 +193,10 @@ "overrides": [] }, "gridPos": { - "h": 14, + "h": 10, "w": 12, "x": 0, - "y": 17 + "y": 13 }, "id": 4, "options": { @@ -224,7 +222,6 @@ "type": "timeseries" }, { - "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -275,10 +272,10 @@ "overrides": [] }, "gridPos": { - "h": 14, + "h": 10, "w": 12, "x": 12, - "y": 17 + "y": 13 }, "id": 6, "options": { @@ -304,7 +301,6 @@ "type": "timeseries" }, { - "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -353,14 +349,21 @@ "h": 7, "w": 24, "x": 0, - "y": 31 + "y": 23 }, "id": 8, "options": { + "footer": { + "fields": "", + "reducer": [ + "sum" + ], + "show": false + }, "frameIndex": 1, "showHeader": true }, - "pluginVersion": "8.2.2", + "pluginVersion": "8.3.3", "targets": [ { "exemplar": false, @@ -393,21 +396,20 @@ } ], "refresh": "30s", - "schemaVersion": 31, + "schemaVersion": 34, "style": "dark", "tags": [], "templating": { "list": [ { - "allValue": null, "current": {}, - "datasource": "${DS_PROMETHEUS}", + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "definition": "label_values(sensors_count_total, instance)", - "description": null, - "error": null, "hide": 0, "includeAll": true, - "label": null, "multi": true, "name": "instance", "options": [], @@ -424,12 +426,13 @@ ] }, "time": { - "from": "now-6h", + "from": "now-24h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Environment Sensors", "uid": "AJO5RCO7k", - "version": 6 + "version": 1, + "weekStart": "" }
\ No newline at end of file |