From c7d7691ff160db5adf9f390aaf5436d66b886c81 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 19 Jul 2026 16:47:55 +0200 Subject: modules/monitoring/scrutiny: Disable There are just no real smartctl metrics to track on a vps. --- modules/by-name/mo/monitoring/components/scrutiny.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/by-name/mo/monitoring') diff --git a/modules/by-name/mo/monitoring/components/scrutiny.nix b/modules/by-name/mo/monitoring/components/scrutiny.nix index ad7fc10..adb515e 100644 --- a/modules/by-name/mo/monitoring/components/scrutiny.nix +++ b/modules/by-name/mo/monitoring/components/scrutiny.nix @@ -10,7 +10,9 @@ in { enable = lib.mkEnableOption "scrutiny service"; }; - config = lib.mkIf cfg.enable { + # We don't currently _care_ about the health of the hardware, because hetzner does + # this for us (nor can we care, because it's not exposed in the VPS) + config = lib.mkIf false { vhack.monitoring = { prometheus.sources = [ { -- cgit v1.3.1