Page 1 of 1

activemq queue monitoring

Posted: Thu Apr 26, 2018 8:18 am
by deepaklo
i am using the script activemq_watch , it is a perl script , i am using the script to monitor all queues but i am not getting the alerts for warning and critical.

is there is a script to monitor all queues and alert based on the warning and critical thresholds.

the requirement is to monitor all queues and alert as per the threshold. also looking for graph as well.

any best recommendation or change in the script is much appreciated.

Re: activemq queue monitoring

Posted: Thu Apr 26, 2018 10:46 am
by cdienger
The plugin appears to just parse the http://$address:$port/admin/xml/queues.jsp file for queues and their values. Is the file accessible if you run:

curl http://localhost:8161/admin/xml/queues.jsp

?

Does the check return the proper status if you run it from the command line? What is the exact command being run?