activemq queue monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
deepaklo
Posts: 1
Joined: Thu Apr 26, 2018 8:12 am

activemq queue monitoring

Post 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.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: activemq queue monitoring

Post 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?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked