Fix: Remove VM 100 from SSH checks (Home Assistant has no SSH), disable Ceph monitoring (not in use)
This commit is contained in:
@@ -5,10 +5,10 @@ set -euo pipefail
|
||||
SEND_NTFY="/usr/local/bin/send-ntfy.sh"
|
||||
|
||||
# VM configurations: "VMID:NAME:IP"
|
||||
# Note: VM 100 (haos14.0) excluded - Home Assistant OS doesn't have SSH, monitored via thin pool instead
|
||||
VMS=(
|
||||
"101:debianvm:DEBIANVM"
|
||||
"282:ubuntu-server-xfce:ubuntu-server-xfce"
|
||||
"100:haos14.0:haos14"
|
||||
)
|
||||
|
||||
for vm_config in "${VMS[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user