armagan-droid/zabbix-templates

QueueSize not supported

Djang0 opened this issue · 4 comments

Hi,

I manage make the jmx console work for activemq...
When most of the items seem to be activated, the queueSize item is not supported (see attached)
image

Could it be that jmx["org.apache.activemq:type=Destination,brokerName={$BRKNAME}",QueueSize] is not a valid JMX query?

Activemq 5.14.3
Zabbix appliance 3.4

Hi,
Did you check the queue via Jmx console?
If queue is empty, It wont be a queue size.
I will check as soon as possible the template.

I'm not sure how the templates are working (I'm new to zabbix) but I thought Zabbix would discover queues automatically and add a trigger for each queue discovered based on the {$AMQ_DESTINATION_QUEUE_SIZE_THRESHOLD} setting.

Does it mean I have to add a trigger by myself for each queue I want to monitor?

Through JMX console queues are available and somme have a lot of message in it ?

image

Thanks ! I just finished reading it and ok I understood that queues are actually "destinations".
But I don't understand why jmx.discovery[beans,"org.apache.activemq:type=Destination,destinationName=*"] (default from template) is "not supported " by zabbix.

image