jellyfin: alert on failure

This commit is contained in:
2026-05-12 22:08:18 -04:00
parent 9afcb8f892
commit c45ec4d38a
5 changed files with 743 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ in
# jellyfin annotation service test
jellyfinAnnotationsTest = handleTest ./jellyfin-annotations.nix;
# jellyfin failure alert test
jellyfinFailureAlertTest = handleTest ./jellyfin-failure-alert.nix;
# zfs scrub annotations test
zfsScrubAnnotationsTest = handleTest ./zfs-scrub-annotations.nix;