トラフィックの監視は MRTG を使う。Ubuntu の場合は、とりあえず以下のパッケージをインストールしておけばよいと思う。
# apt-get install mrtg
# apt-get install mrtg-contrib
# apt-get install mrtg-ping-probe
# apt-get install mrtg-rrd
# apt-get install mrtgutils
# apt-get snmp
# apt-get install apache2
設定のポイントは、1. /etc/mrtg.cfg の作成、2. index.html の作成、3. snmpd.conf の修正の 3つ。
トラフィックの監視は MRTG を使う。Ubuntu の場合は、とりあえず以下のパッケージをインストールしておけばよいと思う。
# apt-get install mrtg
# apt-get install mrtg-contrib
# apt-get install mrtg-ping-probe
# apt-get install mrtg-rrd
# apt-get install mrtgutils
# apt-get snmp
# apt-get install apache2
設定のポイントは、1. /etc/mrtg.cfg の作成、2. index.html の作成、3. snmpd.conf の修正の 3つ。
# apt-get install sysv-rc-confちなみに Redhat / Fedora 系では、デーモンを起動時に自動実行するには以下のようにする。コマンド名は /etc/init.d/コマンド名 にあるのと同じ名前。
# chkconfig --add コマンド名
# apt-get install sysv-rc-confちなみに Redhat / Fedora 系では、デーモンを起動時に自動実行するには以下のようにする。コマンド名は /etc/init.d/コマンド名 にあるのと同じ名前。
# chkconfig --add コマンド名
# apt-get install debian-helper-scripts
/etc/init.d/apache2 restart
service apache2 restart
# apt-get install debian-helper-scripts
/etc/init.d/apache2 restart
service apache2 restart