Hello,
I am running Zabbix 6.4.7.
I am playing with Apache Solr by HTTP template. In the template, item Solr: JVM memory heap usage (key: solr.jvm.memory.heap.usage), there are two preprocessing steps:
1. JSONPath
2. Custom multiplier
This is the order visible in template item.
When I go in host, item and then preprocessing steps, steps are inverted. This causes a failure:
Did anyone saw that before?
Olivier
I am running Zabbix 6.4.7.
I am playing with Apache Solr by HTTP template. In the template, item Solr: JVM memory heap usage (key: solr.jvm.memory.heap.usage), there are two preprocessing steps:
1. JSONPath
2. Custom multiplier
This is the order visible in template item.
When I go in host, item and then preprocessing steps, steps are inverted. This causes a failure:
Code:
Failed: cannot apply multiplier "100" to value of type "string": cannot convert value to numeric type
Olivier
Comment