I have a new installation of Zabbix 2.4.1. Current setup is 4 servers and a router. I've got a bunch of simple active checks running, and all is working as expected.
I'm now trying to add some SNMP tests. I know that SNMP is working:
[root@wowza zabbix-2.4.1]# snmpwalk -v 2c -c password -On 10.0.0.2 ifOutOctets
.1.3.6.1.2.1.2.2.1.16.1 = Counter32: 1460588526
.1.3.6.1.2.1.2.2.1.16.2 = Counter32: 3424616595
[root@wowza zabbix-2.4.1]#
When I go to Configuration/Hosts/ffmpeg1/Items and click "Create item", enter name "InOctets-eth0" and select type "SNMPv2 Agent", the "Host interface" dropdown is replaced with "No interface found". If I enter all the other values and click "Save" I get an error message.
I figure I've left something out of my configuration. Any pointers on what I need to fix?
I'm now trying to add some SNMP tests. I know that SNMP is working:
[root@wowza zabbix-2.4.1]# snmpwalk -v 2c -c password -On 10.0.0.2 ifOutOctets
.1.3.6.1.2.1.2.2.1.16.1 = Counter32: 1460588526
.1.3.6.1.2.1.2.2.1.16.2 = Counter32: 3424616595
[root@wowza zabbix-2.4.1]#
When I go to Configuration/Hosts/ffmpeg1/Items and click "Create item", enter name "InOctets-eth0" and select type "SNMPv2 Agent", the "Host interface" dropdown is replaced with "No interface found". If I enter all the other values and click "Save" I get an error message.
I figure I've left something out of my configuration. Any pointers on what I need to fix?

Comment