Hello All,
I have a number of elements in different MIBs where the supplier has put a string to describe the value as well as the value, for example:
1. 10dBm
2. 100sec
3. 10m
I want to be able to preform a calculation on these values, for example:
last(substr(dBmValue, 0, -3)) * 100
The question is, is there a way to perform this substring manipulation in calculated values?
Or, is there another way to store the substring value in a field for use in calculated values?
I want to do this in zabbix, not in an external script and bring the values in via zabbix-sender.
Regards,
Patrick.
I have a number of elements in different MIBs where the supplier has put a string to describe the value as well as the value, for example:
1. 10dBm
2. 100sec
3. 10m
I want to be able to preform a calculation on these values, for example:
last(substr(dBmValue, 0, -3)) * 100
The question is, is there a way to perform this substring manipulation in calculated values?
Or, is there another way to store the substring value in a field for use in calculated values?
I want to do this in zabbix, not in an external script and bring the values in via zabbix-sender.
Regards,
Patrick.
Comment