自定义 pve 概要面板显示CPU温度
15 March 2024
自定义 PVE 概要面板显示CPU温度
# (curl -Lf -o /tmp/temp.sh https://raw.githubusercontent.com/a904055262/PVE-manager-status/main/showtempcpufreq.sh || curl -Lf -o /tmp/temp.sh https://mirror.ghproxy.com/https://raw.githubusercontent.com/a904055262/PVE-manager-status/main/showtempcpufreq.sh) && chmod +x /tmp/temp.sh && /tmp/temp.sh remod
apt install lm-sensors -y
sensors-detect # 全部选择yes即可,可能其中一个地方提示 ENTER ,按 回车键 即可
sensors
export https_proxy=http://192.168.11.210:15246 http_proxy=http://192.168.11.210:15246 all_proxy=http://192.168.11.210:15246
curl -Lf -o /tmp/temp.sh https://raw.githubusercontent.com/a904055262/PVE-manager-status/main/showtempcpufreq.sh
chmod +x /tmp/temp.sh && /tmp/temp.sh remod
参考:
PVE8 概要面板显示CPU温度 【Proxmox VE】PVE 首页显示 CPU、主板、NVME、硬盘 温度等信息
