Forgive me for my ignorance. I'm relatively new to zabbix and trying to set up a proof of concept in our organization. So far I'm really excited about what zabbix is able to do and haven't run into any issues except this one.
I have an snmp item monitoring an arp entry on a router with OID's and values that look like:
SNMP OID: .1.3.6.1.2.1.4.22.1.2.1.192.168.50.1
SNMP Key: RFC1213_MIB__ipNetToMediaPhysAddress.1.192.168.50. 1
This works great and returns the mac address of the corresponding arp entry but my question is because the OID and key contain the IP address when the arp entry is lost the host item is put into a permanent "non supported" state. Every time this happens I have to manually edit the item to change the state to "active".
Is there a way to keep the item active even if the router returns an error? If there is not does anyone know a way to write a script to reset the item state to active every 10 minutes?
Thanks for any insight/help.
I have an snmp item monitoring an arp entry on a router with OID's and values that look like:
SNMP OID: .1.3.6.1.2.1.4.22.1.2.1.192.168.50.1
SNMP Key: RFC1213_MIB__ipNetToMediaPhysAddress.1.192.168.50. 1
This works great and returns the mac address of the corresponding arp entry but my question is because the OID and key contain the IP address when the arp entry is lost the host item is put into a permanent "non supported" state. Every time this happens I have to manually edit the item to change the state to "active".
Is there a way to keep the item active even if the router returns an error? If there is not does anyone know a way to write a script to reset the item state to active every 10 minutes?
Thanks for any insight/help.
Comment