-
Incident report
-
Resolution: Cannot Reproduce
-
Major
-
None
-
4.0.5
-
RHEL 7
Steps to reproduce:
- Create a calculated item
- In the formula field, I'm referencing a JMX item.**last("hostname:jmx[\"org.apache.activemq:type=Broker,brokerName=localhost,destinationType=Topic,destinationName=XYZ\",\"EnqueueCount\"]")
Result:
In the info column, I get the error message:
Cannot evaluate expression: "Cannot evaluate function "last()": item "hostname:jmx["org.apache.activemq:type=Broker,brokerName=localhost,destinationType=Topic,destinationName=XYZ","EnqueueCount"]" not supported.".
Expected:
I expect the calculated item to be enable and retrieving values from the jmx host.