Hello --I'm trying to monitor some wifi access points (Ubiquiti Unifi AP Lite) with Zabbix. I can do this:
But with the Zabbix templates 'SNMP Generic' and 'SNMP Interfaces' applied to each host, all I see is a red SNMP in availability with the message 'Timeout while connecting to unifi02:161'
It may be important to note when I do the following I get no results, just timeouts:
And I see in the items view that all items are of Type 'SNMPv2 agent' I would guess that I need to flip these to 'SNMPv1 agent' but that seems like a sloppy approach.
Any suggestions?
Code:
# snmpwalk -c public -v1 unifi02:161 SNMPv2-MIB::sysDescr.0 = STRING: Linux 3.3.8 #1 Mon Oct 17 08:57:07 PDT 2016 mips SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.10002.1 DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (102247400) 11 days, 20:01:14.00 SNMPv2-MIB::sysContact.0 = STRING: unset [ ... ]
It may be important to note when I do the following I get no results, just timeouts:
Code:
# snmpwalk -c public -v2c unifi02:161 # snmpwalk -c public -v3 unifi02:161
Any suggestions?
Comment