I have a pretty complex question about dynamic hosts/items discovery.
I have lots of SNMP-capable devices in single network - let it be 10.0.0.0/20, I'd like to make some actions based on SNMP values of certain OIDs
like: set host name on discovery to SNMPv2-MIB::sysName.0 value
2nd: based on part of the very same value - link host to different template (because some host may have ifDescr.12312 = "GigabitEthernet1/0/2", some have totally different naming scheme, so dynamic item can't find the proper interface).
Thanks in advance!
I have lots of SNMP-capable devices in single network - let it be 10.0.0.0/20, I'd like to make some actions based on SNMP values of certain OIDs
like: set host name on discovery to SNMPv2-MIB::sysName.0 value
2nd: based on part of the very same value - link host to different template (because some host may have ifDescr.12312 = "GigabitEthernet1/0/2", some have totally different naming scheme, so dynamic item can't find the proper interface).
Thanks in advance!
Comment