#contents
#br
*** リンク [#rb435d73]
- MRTG: The Multi Router Traffic Grapher
--http://people.ee.ethz.ch/~oetiker/webtools/mrtg/
- MRTG.JP - MRTG Official Japanese site
-- http://www.mrtg.jp/
- mrtg の付属文書
-- http://homepage3.nifty.com/peterpan/Docs/mrtg-docs.html
*
$ ./configure \
--prefix=/usr/local/mrtg \ インストールパス
--with-gd=/usr/local \ GDインストールパス
--with-z=/usr/local \ zlibインストールパス
--with-png=/usr/local libpngインストールパス
$ make
# make install