From f98800e03923e9d52d05f48ac40aa2a10de3a9d8 Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Fri, 6 Feb 2026 13:15:18 +0100 Subject: [PATCH] Add diskstat config --- example-configs/collectors.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/example-configs/collectors.json b/example-configs/collectors.json index c0d0b2a..06ee0e0 100644 --- a/example-configs/collectors.json +++ b/example-configs/collectors.json @@ -6,6 +6,14 @@ "cpu_idle" ] }, + "diskstat": { + "exclude_metrics": [ + "disk_total" + ], + "exclude_mounts": [ + "slurm-tmpfs" + ] + }, "gpfs": { "exclude_filesystem": [ "test_fs"