Below you will find pages that utilize the taxonomy term “MRTG”
Posts
安裝MRTG 主機流量分析
SNMP
Simple Network Management Protocol
-
使用 PORTS 安裝:
cd /usr/ports/net-mgmt/net-snmp ; make install ; rehash -
設定
-
/etc/rc.conf
加入下列設定內容:snmpd_enable=”YES”
snmpd_flags=”-p /var/run/snmpd.pid” -
/etc/hosts.allow
在第一行加入下列設定內容:snmpd : localhost : allow -
/usr/local/share/snmp/snmpd.conf
新建此檔案,內容如下:rocommunity mrtgmgr
syslocation FreeBSD
syscontact Maintainer
sysname LocalHost請 man snmpd.conf 以得到更詳細的說明。
-