MRTG (10) M/B,CPU temperature
lm_senserが動作するようになったので、MRTGにてモニタをしたいと
思います。
# vi /usr/local/mrtg-2/data/local_mrtg.cfg
----
####################
### M/B & CPU temp
Target[cputemp]: `/usr/local/bin/sensors | grep Temp | awk '{print $3}' | sed -e 's/+//' -e 's/[^0-9+\.].*//'`
MaxBytes[cputemp]: 100
Title[cputemp]: M/B & CPU Temperature
PageTop[cputemp]: M/B & CPU Temperature
Options[cputemp]: growright,absolute,gauge,nopercent,noinfo
WithPeak[cputemp]: ymw
#unscaled[cputemp]: dwmy
YLegend[cputemp]: Temperature
ShortLegend[cputemp]: C
LegendI[cputemp]: M/B
LegendO[cputemp]: CPU
Legend1[cputemp]: M/B
Legend2[cputemp]: CPU
--inde.htmlの作成
# /usr/local/mrtg-2/bin/indexmaker /usr/local/mrtg-2/data/local_mrtg.cfg > /home/httpd/html/mrtg/local/index.html
「MRTG」カテゴリの記事
- MRTG (10) M/B,CPU temperature(2005.11.09)
- MRTG(9) DNSクエリー(2005.10.01)
- MRTG (8) HDDの 温度変化(2005.09.04)
- MRTG additional config for VAIO(2)(2005.08.22)
- MRTG additional config for VAIO(2005.08.21)
The comments to this entry are closed.
Comments