有没有办法在 proxmox VE 4.2 (从ISO:https://www.proxmox.com/en/downloads安装)上安装 lm-sensors 等硬件监控工具?或者可能还有另一种监控主机硬件的方法(cpu / mb / hdd temp,风扇速度等)?
apt-get结果:
root@pve:~# apt-get install lm-sensors
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lm-sensors
看起来像proxmox使用它自己的回购,如果是这样,如何添加额外的回购?
谢谢!
还有一个问题:在proxmox上可以使用哪种监控系统(带有web界面)?或lm-sensors的一些网络前端
答案 0 :(得分:3)
如果Debian主要存在于/etc/apt/source.list中,则无需添加存储库。
这是我的:
deb http://ftp.fr.debian.org/debian jessie main contrib
# security updates
deb http://security.debian.org jessie/updates main contrib
# PVE pve-no-subscription repository provided by proxmox.com, NOT recommended for production use
deb http://download.proxmox.com/debian jessie pve-no-subscription
只需apt-get update && apt-get install lm-sensors