Install the hardware monitoring and information tools on the host rather VMs.

This commit is contained in:
mathwhiz1212 2025-04-07 16:25:11 -06:00
부모 400caf847e
커밋 15146d5fe5
2개의 변경된 파일5개의 추가작업 그리고 9개의 파일을 삭제

파일 보기

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

파일 보기

@ -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
apt install screen curl htop #iotop