grafana: more things
All checks were successful
Build and Deploy / deploy (push) Successful in 2m38s

1. Smoothed out power draw
- UPS only reports on 9 watt intervals, so smoothing it out gives more
relative detail on trends
2. Add jellyfin integration
- Good for seeing correlations between statistics and jellyfin streams
3. intel gpu stats
- Provides info on utilization of the gpu
This commit is contained in:
2026-03-31 17:25:06 -04:00
parent 0027489052
commit c6b889cea3
7 changed files with 679 additions and 7 deletions

View File

@@ -22,6 +22,9 @@ in
fail2banImmichTest = handleTest ./fail2ban-immich.nix;
fail2banJellyfinTest = handleTest ./fail2ban-jellyfin.nix;
# jellyfin annotation service test
jellyfinAnnotationsTest = handleTest ./jellyfin-annotations.nix;
# ntfy alerts test
ntfyAlertsTest = handleTest ./ntfy-alerts.nix;