Hello Zabbix Friends,
I have a problem using calculated item prototypes in low level discovery.
Here it is:
# LLD is defined to read OID .1.3.6.1.2.1.43.11.1.1.5 with key prtMarkerSuppliesType.Discovery
As expected {#SNMPINDEX} is e.g. "1.1".
That works fine.
# One item prototype is in key prtMarkerSuppliesLevel.["{#SNMPINDEX}"]
That works fine.
# The calculated item prototype is defined as:
key=calc_Toner_Usage.["{#SNMPINDEX}"]
formula=last("prtMarkerSuppliesLevel.[\"{#SNMPINDEX}\"]")
Note: the formula is just for testing purposes
so far so good. But: the formula can not be evaluated on the host.
But why?
Does anyone have an idea?
I am using Zabbix 2.1.0.
Thank you.
Jan (VACOM)
I have a problem using calculated item prototypes in low level discovery.
Here it is:
# LLD is defined to read OID .1.3.6.1.2.1.43.11.1.1.5 with key prtMarkerSuppliesType.Discovery
As expected {#SNMPINDEX} is e.g. "1.1".
That works fine.
# One item prototype is in key prtMarkerSuppliesLevel.["{#SNMPINDEX}"]
That works fine.
# The calculated item prototype is defined as:
key=calc_Toner_Usage.["{#SNMPINDEX}"]
formula=last("prtMarkerSuppliesLevel.[\"{#SNMPINDEX}\"]")
Note: the formula is just for testing purposes
so far so good. But: the formula can not be evaluated on the host.
But why?
Does anyone have an idea?
I am using Zabbix 2.1.0.
Thank you.
Jan (VACOM)
Comment