Add DDR5 DIMM temperature monitoring with ntfy alerts

Monitors spd5118 sensors every 5 minutes and sends an ntfy
notification if any DIMM exceeds 55°C. Opt-in via
ntfy-alerts.dimmTempCheck.enable, enabled on s0.
This commit is contained in:
2026-03-04 21:24:40 -08:00
parent 6267def09b
commit 335abe4e65
3 changed files with 71 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
networking.hostName = "s0";
ntfy-alerts.ignoredUnits = [ "logrotate" ];
ntfy-alerts.dimmTempCheck.enable = true;
# system.autoUpgrade.enable = true;