cacti 客户端配置
1. yum install -y net-snmp net-snmp-utils
2.3 更改access notConfigGroup "" any noauth exact systemview none none
改为access notConfigGroup "" any noauth exact all none none
在监控主机上测试snmp客户端(如IP为172.16.0.90)连通性
snmpwalk -c qQ7istirt -v2c 172.16.0.90
若timeout则检查:iptables
-A INPUT -s 172.16.0.0/24 -p udp -m udp --dport 161 -j ACCEPT 客户端设置防火墙过滤
2. vi /etc/snmp/snmpd.conf
2.1 改为 com2sec notConfigUser 监控端IP public
2.2 更改 com2sec notConfigUser default public -> com2sec notConfigUser 172.16.0.183 qQ7istirt2.3 更改access notConfigGroup "" any noauth exact systemview none none
改为access notConfigGroup "" any noauth exact all none none
2.4 将 #view all included .1 80 前面的 # 注释去掉
2.5 若连通测试OK,但状态为:down, 需到: Console -> Device -> SNMP Community -> qQ7istirt //设定被监控主机的连接密码
3. service snmpd restart在监控主机上测试snmp客户端(如IP为172.16.0.90)连通性
snmpwalk -c qQ7istirt -v2c 172.16.0.90
若timeout则检查:iptables
-A INPUT -s 172.16.0.0/24 -p udp -m udp --dport 161 -j ACCEPT 客户端设置防火墙过滤
-A INPUT -s 172.16.0.183/32 -p udp -m udp --dport 161 -j ACCEPT
正文到此结束
- 本文标签: 暂无相关标签
- 本文链接: https://www.jimmy2k.top/article/66
- 版权声明: 本文由JimmyZ的个人博客原创发布,转载请遵循《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权