Does anyone know how to concatenate 2 SNMP odi values into a single string?
For Example:
OID1 returns value 1234
OID2 returns value 5678
Is there a way to have an item in Zabix to query both at the same time and return "12345678"?
The reason I am asking, is because when monitoring NetApp for disk/network throughput, those values are broken in 2 32bit number, Most significant 32 bits, and lease significant 32 bits, so to get the full number, I have to concatenate the 2 into a single number.
I am on zabbix 1.6, running on Ubuntu with net-snmp
Thanks for your Help!
For Example:
OID1 returns value 1234
OID2 returns value 5678
Is there a way to have an item in Zabix to query both at the same time and return "12345678"?
The reason I am asking, is because when monitoring NetApp for disk/network throughput, those values are broken in 2 32bit number, Most significant 32 bits, and lease significant 32 bits, so to get the full number, I have to concatenate the 2 into a single number.
I am on zabbix 1.6, running on Ubuntu with net-snmp
Thanks for your Help!
Comment