From 400e3ff58d014f1a3a9fa151a3c9db0809c81f58 Mon Sep 17 00:00:00 2001 From: "tom.chivert" Date: Tue, 12 Mar 2024 15:40:52 +0100 Subject: [PATCH] remove nfs exclusion --- files/dashboards/plateform-overview-cf.json | 4 ++-- files/dashboards/plateform-overview.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/dashboards/plateform-overview-cf.json b/files/dashboards/plateform-overview-cf.json index bfb64a8..d316c08 100644 --- a/files/dashboards/plateform-overview-cf.json +++ b/files/dashboards/plateform-overview-cf.json @@ -1971,7 +1971,7 @@ "type": "prometheus", "uid": "yPhvsDP7k" }, - "definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)", + "definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)", "hide": 0, "includeAll": false, "label": "Mountpoints", @@ -1979,7 +1979,7 @@ "name": "mountpoints", "options": [], "query": { - "query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)", + "query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)", "refId": "StandardVariableQuery" }, "refresh": 1, diff --git a/files/dashboards/plateform-overview.json b/files/dashboards/plateform-overview.json index c310366..9391b00 100644 --- a/files/dashboards/plateform-overview.json +++ b/files/dashboards/plateform-overview.json @@ -1953,7 +1953,7 @@ "type": "prometheus", "uid": "yPhvsDP7k" }, - "definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)", + "definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)", "hide": 0, "includeAll": false, "label": "Mountpoints", @@ -1961,7 +1961,7 @@ "name": "mountpoints", "options": [], "query": { - "query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)", + "query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)", "refId": "StandardVariableQuery" }, "refresh": 1,