Fix: Remove VM 100 from SSH checks (Home Assistant has no SSH), disable Ceph monitoring (not in use)

This commit is contained in:
PVE Monitoring System
2026-01-08 19:04:21 +08:00
parent 32efeb085e
commit 02b03e5fbf
2 changed files with 16 additions and 3 deletions

View File

@@ -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