From 6871bf32a8bf285855cb79c66e3d45dd2f9482e9 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 22 Feb 2026 18:26:47 -0800 Subject: [PATCH] Remove unused gpu panel in frigate dashboard --- .../dashboards/configmap-frigate.yaml | 43 ------------------- 1 file changed, 43 deletions(-) diff --git a/argocd/manifests/grafana-config/dashboards/configmap-frigate.yaml b/argocd/manifests/grafana-config/dashboards/configmap-frigate.yaml index 1892411..5c80cc7 100644 --- a/argocd/manifests/grafana-config/dashboards/configmap-frigate.yaml +++ b/argocd/manifests/grafana-config/dashboards/configmap-frigate.yaml @@ -223,49 +223,6 @@ data: "title": "GPU Usage", "type": "stat" }, - { - "datasource": { "type": "prometheus", "uid": "prometheus" }, - "fieldConfig": { - "defaults": { - "color": { "mode": "thresholds" }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { "color": "green", "value": null }, - { "color": "yellow", "value": 60 }, - { "color": "red", "value": 80 } - ] - }, - "unit": "celsius" - }, - "overrides": [] - }, - "gridPos": { "h": 4, "w": 4, "x": 20, "y": 0 }, - "id": 6, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "targets": [ - { - "datasource": { "type": "prometheus", "uid": "prometheus" }, - "expr": "frigate_device_temperature", - "legendFormat": "{{ device_name }}", - "refId": "A" - } - ], - "title": "GPU Temp", - "type": "stat" - }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "fieldConfig": {