・当サイトのADSL回線のリンク速度 ・当サイトのADSL回線のトラヒック
# mrtg2: TE4121C 用 設定ファイル v0.2
#
# --------------------------------------------------------------------
#WorkDir: /var/adsl/TE4121C
# html ファイルをおくディレクトリを指定して下さい
# これらのディレクトリはあらかじめ作成しておいて下さい
# 例: mkdir -p /web/oyaji/public_html/adsl/{images,icons}
# cp mrtgのiconのディレクトリ/*.png /web/oyaji/public_html/adsl/icons
Htmldir: /web/oyaji/public_html/adsl
Imagedir: /web/oyaji/public_html/adsl/images
IconDir: icons
# ログファイルをおくディレクトリを指定して下さい
# 例: mkdir -p /usr/local/bin/adsl/logs
Logdir: /usr/local/bin/adsl/logs
Refresh: 300
Language: eucjp
# --------------------------------------------------------------------
# TE4121C Traffic Information
# --------------------------------------------------------------------
# --- Target に TE4121C_traffic.pl のあるパスを指定して下さい
# バックティック (`) は必要
Target[TE4121C_traffic]: `perl /usr/local/bin/adsl/TE4121C_traffic.pl`
# --- MaxBytes を各自の場合にあわせて下さい
MaxBytes[TE4121C_traffic]: 250000
Options[TE4121C_traffic]: growright, integer, nopercent, noinfo
# Unscaled[TE4121C_traffic]: dwym
YLegend[TE4121C_traffic]: Byte/sec
ShortLegend[TE4121C_traffic]: byte/sec 
kilo[TE4121C_traffic]: 1024
# kMG[TE4121C_traffic]: ,k,M,G,T,P
LegendI[TE4121C_traffic]: 受信
LegendO[TE4121C_traffic]: 送信
Title[TE4121C_traffic]: TE4121C Traffic
PageTop[TE4121C_traffic]: <H1>TE4121C Traffic</H1>
# --------------------------------------------------------------------
# TE4121C Link-up Speed Information
# --------------------------------------------------------------------
# --- Target に TE4121C_linkup.pl のあるパスを指定して下さい
# バックティック (`) は必要
Target[TE4121C_linkup]: `perl /usr/local/bin/adsl/TE4121C_linkup.pl`
# --- MaxBytes を各自の場合にあわせて下さい
MaxBytes[TE4121C_linkup]: 2000
# --- noinfo を取り除くと ADSL IP が表示されます
Options[TE4121C_linkup]: growright, gauge, integer, nopercent, noinfo
Unscaled[TE4121C_linkup]: dwmy
ShortLegend[TE4121C_linkup]: kbps 
# kilo[TE4121C_linkup]: 1024
kMG[TE4121C_linkup]: ,M,G,T,P
YLegend[TE4121C_linkup]: Mbps
LegendI[TE4121C_linkup]: 上り
LegendO[TE4121C_linkup]: 下り
Title[TE4121C_linkup]: TE4121C Link-up Speed
PageTop[TE4121C_linkup]: <H1>TE4121C Link-up Speed</H1>
では、動かしてみましょう。以下の手順で必要な設定と確認をしていきます。
open ftp.aconus.com user oyaji xxxxxx bin prompt cd public_html/adsl put e:\web\test\public_html\adsl\te4121c_linkup.html put e:\web\test\public_html\adsl\te4121c_traffic.html cd images put e:\web\test\public_html\adsl\images\te4121c_linkup-day.png put e:\web\test\public_html\adsl\images\te4121c_linkup-month.png put e:\web\test\public_html\adsl\images\te4121c_linkup-week.png put e:\web\test\public_html\adsl\images\te4121c_linkup-year.png quit |