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:
@@ -78,7 +78,7 @@
|
||||
# CONFIGURATION
|
||||
# ==============================================================================================
|
||||
#
|
||||
# master_host*.conf
|
||||
# host*.conf
|
||||
#
|
||||
# HOST*_NETWORK_CONNECT_NETWORKS
|
||||
# Networks to ensure exist at array start. Aliased by detect_hosts() →
|
||||
@@ -144,13 +144,13 @@ fi
|
||||
# Empty array guards
|
||||
if [[ ${#NETWORK_CONNECT_NETWORKS[@]} -eq 0 ]]; then
|
||||
warn "NETWORK_CONNECT_NETWORKS is empty for $MY_ID — nothing to do"
|
||||
warn "Check HOST*_NETWORK_CONNECT_NETWORKS in master_host*.conf"
|
||||
warn "Check HOST*_NETWORK_CONNECT_NETWORKS in host*.conf"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [[ ${#NETWORK_CONNECT_CONTAINERS[@]} -eq 0 ]]; then
|
||||
warn "NETWORK_CONNECT_CONTAINERS is empty for $MY_ID — no containers to connect"
|
||||
warn "Check HOST*_NETWORK_CONNECT_CONTAINERS in master_host*.conf"
|
||||
warn "Check HOST*_NETWORK_CONNECT_CONTAINERS in host*.conf"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user