PDA

View Full Version : Translating number to string.


zabby
20-05-2005, 12:57
Using Zabbix V1 and SNMP V1.
Monitoring some equipment that returns different values for the same item depending on status, i.e. 0=Idel,1=Busy,2=Off line,3=Not installed.

Is there a way I can translate these returned values into the corresponding strings?

Wolfgang
20-05-2005, 21:56
I do not know a way of doing this using the zabbix build in snmp check.

With luck, you might have also oid's that return a string instead of a number.

Or

You need to write a script that gets the snmp data and returns the string required.