Hello,
I'm using Zabbix to monitor several machines through SNMP and found he following problem: if a returned value has a non printable character (such as á, ç, ...) Zabbix shows the value entirely in Hexadecimal. For example, the OID .1.3.6.1.2.1.2.2.1.2.11, wich is ifDescr.11, should return:
Conexión Intel(R) PRO/1000 MT
Instead of that, and due to the "ó" character, it returns:
43 6F 6E 65 78 69 A2 6E 20 64 65 20 72 65 64 20 49 6E 74 65 6C 28 52 29 20 50 52 4F 2F 31 30 30 30 20 4D 54 00
I know it's not a Zabbix problem but a SNMP issue but, does anybody have an idea of how to ignore non printable characters in SNMP? I'd prefer to receive Conexin Intel(R) PRO/1000 MT or something similar, that the raw hexadecimal string.
Thanks a lot
Oct
I'm using Zabbix to monitor several machines through SNMP and found he following problem: if a returned value has a non printable character (such as á, ç, ...) Zabbix shows the value entirely in Hexadecimal. For example, the OID .1.3.6.1.2.1.2.2.1.2.11, wich is ifDescr.11, should return:
Conexión Intel(R) PRO/1000 MT
Instead of that, and due to the "ó" character, it returns:
43 6F 6E 65 78 69 A2 6E 20 64 65 20 72 65 64 20 49 6E 74 65 6C 28 52 29 20 50 52 4F 2F 31 30 30 30 20 4D 54 00
I know it's not a Zabbix problem but a SNMP issue but, does anybody have an idea of how to ignore non printable characters in SNMP? I'd prefer to receive Conexin Intel(R) PRO/1000 MT or something similar, that the raw hexadecimal string.
Thanks a lot
Oct
Comment