Hello,
I want to use Zabbix to monitor the length of various queues in HornetQ. I have enabled JMX monitoring on the host in question and have confirmed that it is working.
My key looks like this:
jmx["org.hornetq:module=JMS,type=Queue,name=Ares",Cons umerCount]
where the object name is everything between the "" marks and ConsumerCount is the attribute I want to monitor.
The problem is that there are supposed to be double quote (")marks around Ares in the Object name. If I include them, I get a syntax error. If I leave them out, I get a status of "not supported" on the host's items screen.
Anyone know the correct syntax for a JMX key where the object name includes double quotes?
Thanks,
Trevor
I want to use Zabbix to monitor the length of various queues in HornetQ. I have enabled JMX monitoring on the host in question and have confirmed that it is working.
My key looks like this:
jmx["org.hornetq:module=JMS,type=Queue,name=Ares",Cons umerCount]
where the object name is everything between the "" marks and ConsumerCount is the attribute I want to monitor.
The problem is that there are supposed to be double quote (")marks around Ares in the Object name. If I include them, I get a syntax error. If I leave them out, I get a status of "not supported" on the host's items screen.
Anyone know the correct syntax for a JMX key where the object name includes double quotes?
Thanks,
Trevor
Comment