nicholab Posted December 11, 2025 Posted December 11, 2025 Has anyone found yaml templates for use with SNMP monitoring tools? I am going mad at the moment, trying to find one. The raw MIB file cannot be imported.
lparry Posted December 12, 2025 Posted December 12, 2025 (edited) Odd - I'm currently in the middle of doing a zabbix project myself! What are you trying to monitor? - If it's just simple data (total counts of clients, devices, etc.) then it would probably be easier just to use their API to grab data from the controller: If you need visibility down to the devices themselves - I have some templates I quickly knocked up for device hostname, model, uptime and interface discovery I'm happy to share as a starting point but I will warn you - they aren't complete and a bit rough! Rather than trying to import the whole MIB, I'd say just SNMPwalk and add the OID's you need for your use case as items, If I remember correctly the below dug out of my OneNote are some UBNT specific ones however most I found used standard MIB's: .1.3.6.1.4.1.41112.1.6.3.1.0 = IPADDRESS: 192.168.0.254 <IP Address .1.3.6.1.4.1.41112.1.6.3.2.0 = INTEGER: 0 .1.3.6.1.4.1.41112.1.6.3.3.0 = STRING: "UAP-AC-Pro-Gen2" <-model .1.3.6.1.4.1.41112.1.6.3.4.0 = STRING: "eth" .1.3.6.1.4.1.41112.1.6.3.5.0 = COUNTER32: 3528628 <-uptime clock .1.3.6.1.4.1.41112.1.6.3.6.0 = STRING: "3.9.42.9152" <-firmware Edited December 12, 2025 by lparry
nicholab Posted December 12, 2025 Author Posted December 12, 2025 The answer was I need to select Network "Network Generic Device by SNMP", not the other Generic one! This was due to having removed all devices to start again after sorting out the Zabbix database access issue. Also, for SNMPv3 the Authentication protocol is SHA1 and privacy is AES128. How have you grabbed that information from the controller?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now