From cc9f9b0d26e0fad0b0202f9a488f6b1d0c698e40 Mon Sep 17 00:00:00 2001 From: Gil Hoggarth Date: Thu, 20 Apr 2023 11:54:34 +0100 Subject: [PATCH] Added dc2023 gluster free space --- monitor/grafana/provisioning/dashboards/dc_dashboard.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/monitor/grafana/provisioning/dashboards/dc_dashboard.json b/monitor/grafana/provisioning/dashboards/dc_dashboard.json index c4cd239..efbc194 100644 --- a/monitor/grafana/provisioning/dashboards/dc_dashboard.json +++ b/monitor/grafana/provisioning/dashboards/dc_dashboard.json @@ -163,9 +163,16 @@ "targets": [ { "expr": "node_filesystem_free_bytes{instance=\"crawler08:9100\", mountpoint=\"/opt\"}", + "hide": false, "interval": "", "legendFormat": "{{ mountpoint}}", "refId": "A" + }, + { + "expr": "node_filesystem_free_bytes{instance=\"crawler08:9100\", mountpoint=\"/mnt/gluster/dc2023\"}", + "interval": "", + "legendFormat": "{{ mountpoint}}", + "refId": "B" } ], "thresholds": [],