Watchdogs/ folder + host conf rename
Move all watchdog scripts to a dedicated Watchdogs/ folder: Docker_Essentials/docker_watchdog.sh → Watchdogs/ unRAID_Essentials/system_watchdog.sh → Watchdogs/ unRAID_Essentials/resource_watchdog.sh → Watchdogs/ Orchestrators/watchdog_orchestrator.sh → Watchdogs/ Tools/watchdog_skip_list_manager.sh → Watchdogs/ Rename host config files: master_host1.conf → host1.conf master_host2.conf → host2.conf Update all references across the ecosystem: master.conf: WATCHDOG_ORCHESTRATOR_SCRIPTS paths → Watchdogs/ load_config.sh: host*.conf glob + all comments git_pull_execute.sh: sparse checkout glob + all comments Partnership/ssh_setup.sh: HOST_CONF path construction user_script_plug-in.sh: all script paths + per-host conf path common.sh, README.md, README-User_Script_Plug-in.md: comment refs All Partnership, Fallback, Monitors, Transcodes, Tools scripts: comment refs
This commit is contained in:
@@ -214,10 +214,10 @@ ARRAY_START_SCRIPTS=(
|
||||
# watchdogs check container states
|
||||
|
||||
# ── Continuous scripts — run until array stops ─────────────────────────────
|
||||
"unRAID_Essentials/system_watchdog.sh" # system health BEFORE docker watchdog —
|
||||
"Watchdogs/system_watchdog.sh" # system health BEFORE docker watchdog —
|
||||
# system watchdog writes state file that
|
||||
# docker watchdog reads every cycle
|
||||
"Docker_Essentials/docker_watchdog.sh" # container health BEFORE failover —
|
||||
"Watchdogs/docker_watchdog.sh" # container health BEFORE failover —
|
||||
# containers must be healthy for failover
|
||||
# to make reliable decisions
|
||||
"Failover/failover.sh" # failover LAST — needs everything else stable
|
||||
@@ -465,7 +465,7 @@ new search — hands-free recovery while you sleep.
|
||||
### ── Host Awareness ───────────────────────────────────────────────────────────
|
||||
|
||||
```bash
|
||||
# master.conf + master_host*.conf
|
||||
# master.conf + host*.conf
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
# Each arr is independently toggled per host.
|
||||
# Lidarr only runs on HOST1 — exits cleanly on HOST2 with no action.
|
||||
@@ -580,7 +580,7 @@ DAILY_MAINTENANCE_SCRIPTS=(
|
||||
"Docker_Essentials/docker_daily_restart.sh" # POST-SYNC — restarts after everything
|
||||
)
|
||||
|
||||
# master_host1.conf
|
||||
# host1.conf
|
||||
HOST1_DAILY_SYNC_SHARES=(
|
||||
"/mnt/user/Movies" # HOST1 source of truth — push to HOST2
|
||||
"/mnt/user/Tv_Shows" # HOST1 source of truth
|
||||
@@ -595,7 +595,7 @@ HOST1_PERSONAL_SHARES=(
|
||||
"/mnt/user/Personal" # encrypted personal share — appended after standard
|
||||
)
|
||||
|
||||
# master_host2.conf
|
||||
# host2.conf
|
||||
HOST2_DAILY_SYNC_SHARES=(
|
||||
"/mnt/user/Anime_Shows" # HOST2 source of truth — push to HOST1
|
||||
"/mnt/user/Anime_Movies" # HOST2 source of truth
|
||||
|
||||
Reference in New Issue
Block a user