aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/mo
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-19 16:47:55 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-19 16:50:30 +0200
commitc7d7691ff160db5adf9f390aaf5436d66b886c81 (patch)
tree3dfd3c54867a0a9b9b2f4a3da7919f9576ead9e4 /modules/by-name/mo
parentmodules/monitoring/{scrutiny,prometheus}: Remove netdata (diff)
downloadnixos-server-c7d7691ff160db5adf9f390aaf5436d66b886c81.zip
modules/monitoring/scrutiny: Disable
There are just no real smartctl metrics to track on a vps.
Diffstat (limited to 'modules/by-name/mo')
-rw-r--r--modules/by-name/mo/monitoring/components/scrutiny.nix4
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 = [
{