diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-19 16:47:55 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-19 16:50:30 +0200 |
| commit | c7d7691ff160db5adf9f390aaf5436d66b886c81 (patch) | |
| tree | 3dfd3c54867a0a9b9b2f4a3da7919f9576ead9e4 /modules/by-name/mo | |
| parent | modules/monitoring/{scrutiny,prometheus}: Remove netdata (diff) | |
| download | nixos-server-c7d7691ff160db5adf9f390aaf5436d66b886c81.zip | |
modules/monitoring/scrutiny: Disable
There are just no real smartctl metrics to track on a vps.
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/mo/monitoring/components/scrutiny.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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 = [ { |
