-
Type:
Incident report
-
Resolution: Cannot Reproduce
-
Priority:
Major
-
None
-
Affects Version/s: 4.0.5
-
Component/s: Server (S)
-
Environment: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.