Skip to content

anbeen-coder/Proxmox_VE_Status

 
 

Repository files navigation


注意:以下代码需要PVE宿主机能流畅访问Github,否则你会遇到各种问题;以下代码推荐在Proxmox VE网页后台的Shell下运行。

主要功能介绍:

1.修改信息栏(支持PVE9):

bash -c "$(wget -qLO - https://raw.githubusercontent.com/KoolCore/Proxmox_VE_Status/refs/heads/main/pve.sh)"

如果发现 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 这种错误,年轻人,你的网络运营商屏蔽了 GitHub。请自行处理网络环境问题。 大概1-3分钟后,按下CTRL+F5强制刷新本页面即可。
部分非ITE86,ITE87系列的Super IO芯片的设备,将读取不到风扇转速,目前代码仅支持ITE86/87系列IO芯片的设备读取风扇转速

2.开启硬件直通:

bash -c "$(wget -qLO - https://raw.githubusercontent.com/KoolCore/Proxmox_VE_Status/refs/heads/main/passthrough.sh)"

完成后,PVE 宿主机会自动重启,请耐心等待1~3分钟再通过网页从新进入PVE后台

3.还原默认信息栏(支持PVE9):

bash -c "$(wget -qLO - https://raw.githubusercontent.com/KoolCore/Proxmox_VE_Status/refs/heads/main/restore.sh)"

4. 换国内源( 限PVE9)

bash -c "$(wget -qLO - https://raw.githubusercontent.com/KoolCore/Proxmox_VE_Status/refs/heads/main/change_source_pve9.sh)"

其他工具代码(自用性质)

1.性能测试时,处理器温度,负载,功耗,网卡温度等性能监控工具(支持PVE9)

wget -q https://raw.githubusercontent.com/KoolCore/Proxmox_VE_Status/refs/heads/main/sensors_logs.sh && chmod +x sensors_logs.sh && ./sensors_logs.sh


致谢:

About

开源 Proxmox VE 网页后台添加处理器、NVMe、SSD 的温度和负载信息的脚本工具。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%