Hello,
I'm trying to graph the data from a Zapcat item so I created a new item (tomcat.bw.in), type calculated, with key
but it doesn't work.
The error reported in logs is
Can someone help me to solve this?
Thx
I'm trying to graph the data from a Zapcat item so I created a new item (tomcat.bw.in), type calculated, with key
Code:
last(machine-name:jmx[Catalina:type=GlobalRequestProcessor,name="ajp-apr-8009"][bytesReceived])
The error reported in logs is
Code:
Item [ITEM_NAME:tomcat.bw.in] error: Cannot evaluate function [last(name="ajp-apr-8009"][bytesReceived])]: item [machine-name:jmx[Catalina:type=GlobalRequestProcessor] not found
Thx
Comment