Hi all!
I'm running a brand new Zabbix 3.0 server. No proxies
I'm trying to build a Template to monitor a Nutanix Cluster with Zabbix.
Nutanix uses it's own MIB and only accept SNMPv3
I loaded the MIB in the SNMP conf of the server and when I snmpwalk on the server I have the following entries :
These are containers names (same things as Datastores in Vsphere)
When I launch the same snmpwalk on a server that does not have the MIB loaded, I have the following :
Obviously, when I apply the template to my Nutanix Cluster, Zabbix tells me that my containers names are the Hex-Strings above.
Is there a way I can tell Zabbix to translate the Hex-String to 'normal' string ?
Regards,
I'm running a brand new Zabbix 3.0 server. No proxies
I'm trying to build a Template to monitor a Nutanix Cluster with Zabbix.
Nutanix uses it's own MIB and only accept SNMPv3
I loaded the MIB in the SNMP conf of the server and when I snmpwalk on the server I have the following entries :
Code:
.1.3.6.1.4.1.41263.8.1.3.1 = STRING: DEV. .1.3.6.1.4.1.41263.8.1.3.2 = STRING: container02. .1.3.6.1.4.1.41263.8.1.3.3 = STRING: RESERVED_SPACE. .1.3.6.1.4.1.41263.8.1.3.4 = STRING: container03.
When I launch the same snmpwalk on a server that does not have the MIB loaded, I have the following :
Code:
.1.3.6.1.4.1.41263.8.1.3.1 = Hex-STRING: 44 45 56 00 .1.3.6.1.4.1.41263.8.1.3.2 = Hex-STRING: 63 6F 6E 74 61 69 6E 65 72 30 32 00 .1.3.6.1.4.1.41263.8.1.3.3 = Hex-STRING: 52 45 53 45 52 56 45 44 5F 53 50 41 43 45 00 .1.3.6.1.4.1.41263.8.1.3.4 = Hex-STRING: 63 6F 6E 74 61 69 6E 65 72 30 33 00
Is there a way I can tell Zabbix to translate the Hex-String to 'normal' string ?
Regards,
)
Comment