====== net-snmp ======
管理ノードが増えてくると、個別のノードに管理エージェント入れたりするのが手間になってきて、やっぱりSNMPで最低限見ていくかなぁ、というところ。
* インストール
* # whereis net-snmp
net-snmp: /usr/ports/net-mgmt/net-snmp
# cd /usr/ports/net-mgmt/net-snmp
# make install clean
* 以下追加
* [X] IPv6 : IPv6
* [X] MFD_REWRITES : I/F 64bitカウンタ
* 設定ファイル
* # ls -l /usr/local/share/snmp/snmpd.conf
* rc.conf
* # cat /etc/rc.conf | grep snmp
snmpd_enable="YES"
snmpd_flags="-a -u root"
snmpd_conffile="/usr/local/share/snmp/snmpd.conf"
snmptrapd_enable="YES"
snmptrapd_flags="-a -p /var/run/snmptrapd.pid"
* 最小限設定
* 途中
* view systemonly included .1.3.6.1.2.1.1
view systemonly included .1.3.6.1.2.1.25.1
rocommunity public default -V systemonly
rocommunity ainoniwa.net 192.168.11.0/24
rouser authOnlyUser
sysLocation Sitting on the Dock of the Bay
sysContact Me
sysServices 72
disk / 10000
load 16 12 8
trapsink localhost public
iquerySecName internalUser
rouser internalUser
master agentx