check_trafic

Centos 6.2 nagios监控服务器集群 监控网卡流量

懵懂的女人 提交于 2019-12-05 14:24:14
yum install -y net-snmp net-snmp-utils 修改配置文件 vi /etc/snmp/snmpd.conf (注意此处不是snmp.conf) 修改: # sec.name source community com2sec notConfigUser default public 为 # sec.name source community com2sec notConfigUser localhost (源 IP ) nagios (访问密码) b )更改 access notConfigGroup "" any noauth exact systemview none none 为 access notConfigGroup "" any noauth exact mib2 none none c )去掉该的 # #view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc d )启动 snmp /etc/init.d/snmpd start https://github.com/cloved/check_traffic/downloads 下载最新的check_trafic cd /usr/local/nagios/libexec/ wget https://github.com