It seems that values can be multiplied by a macro alone, however the macro cannot be part of an expression
Custom multiplier value 1e-3 is fine
Custom multiplier value {#MACRO} is fine
Custom multiplier value 1e-{#MACRO} is NOT ACCEPTED
What is the way around this in the example where host is monitored by SNMP, item value and the scaling factor are in their own SNMP tables
Example
::1.377 = 29539
::2.377 = 3
The real value is 29539e-3 or 29.539
Thanks
Custom multiplier value 1e-3 is fine
Custom multiplier value {#MACRO} is fine
Custom multiplier value 1e-{#MACRO} is NOT ACCEPTED
What is the way around this in the example where host is monitored by SNMP, item value and the scaling factor are in their own SNMP tables
Example
::1.377 = 29539
::2.377 = 3
The real value is 29539e-3 or 29.539
Thanks
Comment