From 8b1a1f201b1f2f550c9582dcb3204bdf77b3f87a Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 9 May 2023 00:23:37 -0400 Subject: [PATCH] Update monitor-all.sh clarify exclusion instructions --- misc/monitor-all.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/monitor-all.sh b/misc/monitor-all.sh index fed2652a..236016ee 100644 --- a/misc/monitor-all.sh +++ b/misc/monitor-all.sh @@ -92,8 +92,9 @@ Description=Ping instances every 5 minutes and restarts if necessary [Service] Type=simple -# Include the CT/VM ID at the end of the line where ExecStart=/usr/local/bin/ping-instances.sh is specified, -# to indicate which CT/VM should be excluded. Example: ExecStart=/usr/local/bin/ping-instances.sh 100 102 +# 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. ExecStart=/usr/local/bin/ping-instances.sh Restart=always StandardOutput=file:/var/log/ping-instances.log