Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Apache ActiveMQ current messages monitoringscript
Current Version
Last Release Date
February 4, 2010
Owner
Nagios Exchange
This is a script I've coded in Perl to check all queues of an Apache ActiveMQ service. It uses the webinterface to get the XML data, so I'd recommend you restrict the access to the webinterface to localhost only, and use the script in combination with NRPE.
The command takes the following parameters: -w = warninglevel (ex. -w 10; warn when messages in queue rise above 10) -c = criticallevel (ex. -c 20; turn status in critical when messages in queue rise above 20) -q = select queue (ex. -q nagiosTestQueue; output only the messages in the selected queue, default is all queues)
Variables that should be defined in the script: $address = default is localhost (highly recommended!) $port = default is 8161 because my Jetty runs there.
Tested with Nagios 3.x, can't think of a reason why it shouldn't work with Nagios 2.x
Feedback and suggestions are higly welcomed!
Error ***Cannot get XML file***. Anyone knows how to fix this error ? even though able to get xml from URL.
I made an account out of appreciation. This nagios check to monitor queue depth in ActiveMQ is pure win.
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!