Update monitor-all.sh

implement a 5-minute delay before starting
fixes https://github.com/tteck/Proxmox/issues/1840
This commit is contained in:
tteckster 2023-09-25 16:57:00 -04:00 committed by GitHub
parent a6318456be
commit 4ea0298644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ Type=simple
# To specify which CT/VM should be excluded, add the CT/VM ID at the end of the line where ExecStart=/usr/local/bin/ping-instances.sh is specified.
# For example: ExecStart=/usr/local/bin/ping-instances.sh 100 102
# Virtual machines without the QEMU guest agent installed must be excluded.
ExecStartPre=/usr/bin/sleep 300 # Sleep for 300 seconds (5 minutes)
ExecStart=/usr/local/bin/ping-instances.sh
Restart=always
StandardOutput=file:/var/log/ping-instances.log