FB-snmp
SNMP
net-snmp の場合
pkg install net-snmp #### env HTTP_PROXY="http://127.0.0.1:18080" pkg install net-snmp
詳細データを取るには
# vi /etc/snmp/snmpd.conf # Make at least snmpwalk -v 1 localhost -c public system fast again. # name incl/excl subtree mask(optional) view systemview included .1 # view systemonly included .1.3.6.1.2.1.1 # view systemonly included .1.3.6.1.2.1.25.1 # # disk / 10000 # が あることを確認
チェック方法 snmpwalk -v 2c -c public 192.168.16.2 hrStorage
snmptranslate -On HOST-RESOURCES-MIB::hrStorageAllocationUnits
??Patch???
https://sourceforge.net/p/net-snmp/bugs/2890/
TIPs
https://changineer.info/server/monitoring/monitoring_snmpd.html#toc4