Compare commits

...

3 Commits

Author SHA1 Message Date
tteckster a3dfc8f41d
Update microcode.sh
remove AMD verbose
confirmed working
2023-05-09 04:43:43 -04:00
tteckster 8b1a1f201b
Update monitor-all.sh
clarify exclusion instructions
2023-05-09 00:23:37 -04:00
tteckster 9c2f48c265
Update monitor-all.sh
spelling
2023-05-09 00:01:07 -04:00
2 changed files with 4 additions and 3 deletions

View File

@ -76,7 +76,7 @@ amd() {
msg_ok "Downloaded the latest AMD Processor Microcode Package"
msg_info "Installing the AMD Processor Microcode (Patience)"
dpkg -i amd64-microcode_3.20230414.1_amd64.deb
dpkg -i amd64-microcode_3.20230414.1_amd64.deb &>/dev/null
msg_ok "Installed the AMD Processor Microcode"
msg_info "Cleaning up"

View File

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