浏览代码

Update monitor-all.sh

 implement a 5-minute delay before starting
fixes https://github.com/tteck/Proxmox/issues/1840
tteckster 1 年之前
父节点
当前提交
4ea0298644
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      misc/monitor-all.sh

+ 1 - 0
misc/monitor-all.sh

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