Canonical 雇佣了 Ubuntu 核心开发人员,并为 Ubuntu 提供支持和咨询服务。 Canonical Ltd 还资助了其它大量开源软件项目,如Ubuntu的开发场所Launchpad.net,相关的详细信息请访问 Canonical 网站。
Ubuntu mrtg安装CPU温度监视[默认5分钟采集一次]
Ubuntu mrtg切换到超级用户:
sudo -sH
Ubuntu mrtg安装软件:
apt-get install mbmon
Ubuntu mrtg建立CPU温度脚本:
- mkdir/opt/mrtg
- vim/opt/mrtg/mrtg.temp
- #!/bin/bash
- /usr/bin/mbmon-c1-i-T4-u-n
- exit0
Ubuntu mrtg使脚本可以执行:
chmod +755 /opt/mrtg/mrtg.temp
修改 /etc/mrtg.cfg 在文件最后加入cpu项目
- Target[temp]:`/opt/mrtg/mrtg.temp`
- MaxBytes[temp]:100
- Title[temp]:CPUTemperature
- PageTop[temp]:<H1>CPUTemperatureH1>
- Options[temp]:gauge,absolute,unknaszero,growright
- YLegend[temp]:Temperature(C)
- ShortLegend[temp]:(C)
- Legend1[temp]:CPUTemperature
- Legend2[temp]:M/BTemperature
- LegendI[temp]:CPUTemp.
- LegendO[temp]:M/BTemp.
重新生成索引页面:
indexmaker /etc/mrtg.cfg > /var/www/mrtg/index.html
访问:
http://localhost/mrtg/