update to incorrect output in temps on coffee report

This commit is contained in:
2026-04-26 15:58:15 -04:00
parent e9a42c2aee
commit 4f621192a5
3 changed files with 140 additions and 72 deletions
+6 -4
View File
@@ -167,7 +167,7 @@ ARRAY_START_SCRIPTS=(
"Docker_Essentials/docker_network_connect.sh" # ensure networks exist + connect containers
"unRAID_Essentials/system_watchdog.sh" # system health monitor — continuous loop
"Docker_Essentials/docker_watchdog.sh" # container health monitor — continuous loop
"Failover/failover.sh" # mutual failover — continuous loop
# "Failover/failover.sh" # mutual failover — continuous loop
)
# ━━━ Daily Sync Maintenance ━━━
@@ -255,9 +255,9 @@ MEDIA_MANAGEMENT_JOBS=(
"Media/media_shares_permissions.sh" # apply permissions — runs first
"Media/media_cleaner.sh anime" # remove junk from anime shares
"Media/media_cleaner.sh media" # remove junk from media shares
"Media/lidarr_cleanup.sh" # remove orphaned music files
"Media/sonarr_cleanup.sh" # remove orphaned TV files
"Media/radarr_cleanup.sh" # remove orphaned movie files
# "Media/lidarr_cleanup.sh" # remove orphaned music files
# "Media/sonarr_cleanup.sh" # remove orphaned TV files
# "Media/radarr_cleanup.sh" # remove orphaned movie files
"Docker_Essentials/downloaders_reset.sh" # clear stuck states + purge old history
)
@@ -438,6 +438,8 @@ declare -A PROFILE_SKIP_DISK_CHECK=(
FAILOVER_CHECK_INTERVAL=120
FAILOVER_HANDBACK_STRIKES=2
FAILOVER_STATE_FILE="/boot/config/failover_state.db"
FAILOVER_ENABLED=false # set true when HOST2 is back online and tested
# false = suppresses "not running" warnings in status scripts
# ━━━ Failover Test ━━━
FAILOVER_TEST_BLOCK_WAIT=150