From 1636247734520bf2baf998cff0a0811e558617c6 Mon Sep 17 00:00:00 2001 From: Tuan-Dat Tran Date: Sun, 7 Sep 2025 21:24:31 +0200 Subject: [PATCH] fix(proxmox): commented 'non-errors' on script Signed-off-by: Tuan-Dat Tran --- roles/proxmox/files/check_proxmox_vm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/proxmox/files/check_proxmox_vm.sh b/roles/proxmox/files/check_proxmox_vm.sh index ecf59b2..5d11f33 100755 --- a/roles/proxmox/files/check_proxmox_vm.sh +++ b/roles/proxmox/files/check_proxmox_vm.sh @@ -65,11 +65,11 @@ restart_vm() { } # Main execution -log_message "Starting monitoring of VM $VM_ID on port $PORT..." +# log_message "Starting monitoring of VM $VM_ID on port $PORT..." # Check if port 22 is open if ! check_port; then restart_vm else - log_message "Port $PORT is reachable. VM is running normally." + # log_message "Port $PORT is reachable. VM is running normally." fi