为ProxmoxVeWeb界面添加硬件温度显示,首先安装温度检测工具。
CPU及主板温度检测
root
pve:~#aptinstalllm-sensors安装完成后执行sensors-detect进行传感器探测,通常情况下全部默认选择yes即可,探测完成后执行sensors测试传感器
root
pve:~#sensorsacpitz-acpi-0Adapter:ACPIinterfacetemp1:+56.0°C(crit=+.0°C)cotemp-isa-Adapter:ISAadapterPackageid0:+57.0°C(high=+84.0°C,crit=+.0°C)Co0:+57.0°C(high=+84.0°C,crit=+.0°C)Co1:+55.0°C(high=+84.0°C,crit=+.0°C)Co2:+52.0°C(high=+84.0°C,crit=+.0°C)Co3:+54.0°C(high=+84.0°C,crit=+.0°C)在如上输出中,“acpitz-acpi-0”是主板温度,“cotemp-isa-”是CPU温度
硬盘温度检测
root
pve:~#aptinstallhddtemp安装完成后执行hddtemp/dev/sd?测试传感器
root
pve:~#hddtemp/dev/sd?/dev/sda:WDCWD40EZRZ-00WN9B0:29°C/dev/sdb:ADATASP:26°C/dev/sdc:WD:29°C/dev/sdd:ADATASP:38°C由于PVE的web服务以用户