Ad Widget

Collapse

Zabbix/Activemq 5.11 Single Queue / Single Attribute noob

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mhoop
    Junior Member
    • Nov 2016
    • 7

    #1

    Zabbix/Activemq 5.11 Single Queue / Single Attribute noob

    Hello.

    I am trying to retrieve a single attribute EnqueueCount on a single queue MyQueue with Zabbix 3.2 from a Activemq 5.11 server.

    I am trying to use a jmx agent with the following

    jmx["org.apache.activemq:type=Queue,BrokerName=localho st,Destination=MyQueue",EnqueueCount]

    any corrections or suggestions or ideas on how to do this would be greatly appreciated.

    thank you
  • mhoop
    Junior Member
    • Nov 2016
    • 7

    #2
    resolved

    jmx["org.apache.activemq:type=Broker,brokerName=localh ost,destinationType=Queue,destinationName=MyQueue" ,EnqueueCount]

    Comment

    Working...