HotSaNICの設定

Net::SNMPが必要です。
snmpwalkとsnmpgetとsnmpbulkwalkも必要です(net-snmp-utils*.rpmでインストールする)。
HotSaNICのsettingでそのファイルのパスを設定します。

# configure the full pathes to snmpwalk and snmpget binaries here.
# These may be needed to get data from remote machines.
SNMPWALK="/usr/bin/snmpwalk"
SNMPGET="/usr/bin/snmpget"
SNMPBULKWALK="/usr/bin/snmpbulkwalk"

modules/trafficのsettingにこれを追加します。

# DEV=SNMP:<host>:<community>:<interface>,<max bytes/s input>,<max bytes/s output>,<description>
DEV="SNMP:192.168.2.142:public:port1,12500000,12500000,Port 1 of Switch"

你可能感兴趣的:(.net)