monitoring: add grafana annotations for zfs scrub events

This commit is contained in:
2026-04-01 01:49:53 -04:00
parent 3196b38db7
commit a5206b9ec6
6 changed files with 230 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ in
# jellyfin annotation service test
jellyfinAnnotationsTest = handleTest ./jellyfin-annotations.nix;
# zfs scrub annotations test
zfsScrubAnnotationsTest = handleTest ./zfs-scrub-annotations.nix;
# ntfy alerts test
ntfyAlertsTest = handleTest ./ntfy-alerts.nix;