From 4a5bebe1266104e5ccc013c21af71640e283867c Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@privatestorage.io>
Date: Tue, 6 Sep 2022 15:18:36 +0200
Subject: [PATCH] Monitoring: Import in the web GUI, export, import again? Refs
 #124

---
 .../resources-overview.json                   | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/nixos/modules/monitoring/server/grafana-dashboards/resources-overview.json b/nixos/modules/monitoring/server/grafana-dashboards/resources-overview.json
index 0541d183..28af6aef 100644
--- a/nixos/modules/monitoring/server/grafana-dashboards/resources-overview.json
+++ b/nixos/modules/monitoring/server/grafana-dashboards/resources-overview.json
@@ -22,6 +22,7 @@
   "editable": true,
   "fiscalYearStartMonth": 0,
   "graphTooltip": 1,
+  "id": 41,
   "links": [],
   "liveNow": false,
   "panels": [
@@ -294,6 +295,7 @@
         "noDataState": "no_data",
         "notifications": []
       },
+      "datasource": {},
       "description": "How much RAM is in use? Relative to available system memory.",
       "fieldConfig": {
         "defaults": {
@@ -852,6 +854,10 @@
         "noDataState": "no_data",
         "notifications": []
       },
+      "datasource": {
+        "type": "prometheus",
+        "uid": "000000001"
+      },
       "description": "Network errors, drops etc. Should all be 0.",
       "fieldConfig": {
         "defaults": {
@@ -1162,6 +1168,10 @@
         "noDataState": "no_data",
         "notifications": []
       },
+      "datasource": {
+        "type": "prometheus",
+        "uid": "000000001"
+      },
       "description": "How much user data do we store",
       "fieldConfig": {
         "defaults": {
@@ -1578,6 +1588,10 @@
       "type": "row"
     },
     {
+      "datasource": {
+        "type": "prometheus",
+        "uid": "000000001"
+      },
       "fieldConfig": {
         "defaults": {
           "color": {
@@ -1663,6 +1677,10 @@
       "type": "timeseries"
     },
     {
+      "datasource": {
+        "type": "prometheus",
+        "uid": "000000001"
+      },
       "fieldConfig": {
         "defaults": {
           "color": {
@@ -1748,6 +1766,10 @@
       "type": "timeseries"
     },
     {
+      "datasource": {
+        "type": "prometheus",
+        "uid": "000000001"
+      },
       "fieldConfig": {
         "defaults": {
           "color": {
-- 
GitLab