From f0c22bb93a7cb20d1197ed89d210aec254348c80 Mon Sep 17 00:00:00 2001 From: billimek Date: Mon, 16 Dec 2024 15:09:46 -0500 Subject: [PATCH] minio exporter was removed Signed-off-by: billimek --- hosts/common/optional/monitoring.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/common/optional/monitoring.nix b/hosts/common/optional/monitoring.nix index c12f6b5..651ee48 100644 --- a/hosts/common/optional/monitoring.nix +++ b/hosts/common/optional/monitoring.nix @@ -24,10 +24,6 @@ user = "root"; group = "root"; }; - minio = { - enable = false; - port = 9291; - }; node = { enable = true; enabledCollectors = [ "systemd" ];