I'm using Zabbix to monitor my network hardware. I'm using it to get these details off my switches.
Interface Description
Interface Speed
Interface Duplex (logic needed) INTEGER
(e.g. 1 = "Half", 2 = "Full", 3 = "Disagree", 4 = "Auto")
Interface Admin Status (logic needed) INTEGER
Interface Operational Status (logic needed) INTEGER
Interface Switchport Vlan Access
Interface Mac of Device (logic needed)
Interface IP of Device (logic needed)
What I'd like to be able to do is perform a logical operation on the value returned and store it as the correct string. (e.g. If SNMPv2-SMI::enterprises.9.5.1.4.1.1.10.1.3 = 2 then Item = "Full")
And then when I view the item in monitoring/overview, I would like to see Full. Is this possible? How do I do it?
Interface Description
Interface Speed
Interface Duplex (logic needed) INTEGER
(e.g. 1 = "Half", 2 = "Full", 3 = "Disagree", 4 = "Auto")
Interface Admin Status (logic needed) INTEGER
Interface Operational Status (logic needed) INTEGER
Interface Switchport Vlan Access
Interface Mac of Device (logic needed)
Interface IP of Device (logic needed)
What I'd like to be able to do is perform a logical operation on the value returned and store it as the correct string. (e.g. If SNMPv2-SMI::enterprises.9.5.1.4.1.1.10.1.3 = 2 then Item = "Full")
And then when I view the item in monitoring/overview, I would like to see Full. Is this possible? How do I do it?
Comment