From 15146d5fe585ded942b610336984209b939f6207 Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Mon, 7 Apr 2025 16:25:11 -0600 Subject: [PATCH] Install the hardware monitoring and information tools on the host rather VMs. --- Proxmox/complete-setup.sh | 7 ++++--- Proxmox/vm-setup.sh | 7 +------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Proxmox/complete-setup.sh b/Proxmox/complete-setup.sh index 4d83614..b0d6bf2 100755 --- a/Proxmox/complete-setup.sh +++ b/Proxmox/complete-setup.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash -# Install some more software, mostly monitoring tools. sensors and smartcl -a can provide data. -bash vm-setup.sh - # This script is untested, use at your own risk. + +# Install some more software, mostly monitoring tools. sensors and smartcl -a can provide monitoring data. lshw provides hardware info. +apt install screen curl htop iotop speedtest-cli smartmontools lm-sensors lshw #sysstat + # Download templates for Ubuntu Server 24.04.2 LTS / Proxmox Ubuntu Cloud image 24.04.2 for containers. pveam update diff --git a/Proxmox/vm-setup.sh b/Proxmox/vm-setup.sh index 55f918a..23be7b6 100755 --- a/Proxmox/vm-setup.sh +++ b/Proxmox/vm-setup.sh @@ -1,8 +1,3 @@ #!/usr/bin/env bash -#This should be for the host. -apt install screen curl htop iotop speedtest-cli sysstat smartmontools lm-sensors lshw - -#This should be for the VM. - -#apt install screen curl htop \ No newline at end of file +apt install screen curl htop #iotop