From Zabbix log-file:
Added hosts with IP and port in "SNMP Interface" field. Added custom SNMP settings to connected template items. snmpwalk returns good values.
Result:

Why are they unsupported? What have I missed? SNMP data in overview returns "-".
I might add that the working items are ICMP pings that are running, no problem with those. I'm having a hard time diagnosing the problem, zabbix_server.log returns snmp fault with hosts that are unreachable by ping, but if Zabbix gives me a clue to why they aren't working, I'm missing it entirely.
How would I even troubleshoot this issue? I changed the way I input SNMP-community to no effect. Zabbix doesn't give me any SMTP-errors for hosts that aren't unavailable, other than that they are "not supported"
Could this be a trigger issue? I haven't defined any triggers for the SNMP data, I just want Zabbix to retrieve it and show it to me.
Increasing the loglevel, I get this nugget that is probably relevant:
I should mention I am using full OID's trying to retrieve information.
Code:
17486:20150507:133403.809 Starting Zabbix Server. Zabbix 2.2.2 (revision 42525). 17486:20150507:133403.810 ****** Enabled features ****** 17486:20150507:133403.810 SNMP monitoring: YES 17486:20150507:133403.810 IPMI monitoring: YES 17486:20150507:133403.810 WEB monitoring: YES 17486:20150507:133403.810 VMware monitoring: YES 17486:20150507:133403.810 Jabber notifications: YES 17486:20150507:133403.810 Ez Texting notifications: YES 17486:20150507:133403.810 ODBC: YES 17486:20150507:133403.810 SSH2 support: YES 17486:20150507:133403.810 IPv6 support: YES 17486:20150507:133403.810 ******************************
Result:

Why are they unsupported? What have I missed? SNMP data in overview returns "-".
I might add that the working items are ICMP pings that are running, no problem with those. I'm having a hard time diagnosing the problem, zabbix_server.log returns snmp fault with hosts that are unreachable by ping, but if Zabbix gives me a clue to why they aren't working, I'm missing it entirely.
How would I even troubleshoot this issue? I changed the way I input SNMP-community to no effect. Zabbix doesn't give me any SMTP-errors for hosts that aren't unavailable, other than that they are "not supported"
Could this be a trigger issue? I haven't defined any triggers for the SNMP data, I just want Zabbix to retrieve it and show it to me.
Increasing the loglevel, I get this nugget that is probably relevant:
Code:
4529:20150508:111414.165 zbx_snmp_get_value() snmp_synch_response():0 4529:20150508:111414.165 In zbx_snmp_set_result() 4529:20150508:111414.165 End of zbx_snmp_set_result():NOTSUPPORTED 4529:20150508:111414.165 End of zbx_snmp_get_value():NOTSUPPORTED 4529:20150508:111414.165 In zbx_snmp_close_session() 4529:20150508:111414.165 End of zbx_snmp_close_session() 4529:20150508:111414.165 End of get_value_snmp():NOTSUPPORTED
Comment