activemq-nagios-plugin icon indicating copy to clipboard operation
activemq-nagios-plugin copied to clipboard

Nagios Plugins for Monitoring the Apache ActiveMQ Broker

Results 9 activemq-nagios-plugin issues
Sort by recently updated
recently updated
newest added

- implemented QueueAge Check (checks timestamp of oldest message in queues) - reduced calls to broker when using queue filters: only calls broker for intended queues and not for every...

Hi, I use Redhat version of ActiveMQ called Artemis ActiveMQ (version 2.6.1). When i use --jolokia-url option it works with this url : "http://user:password@host_ip:8161/console/jolokia/" But it returns "ACTIVEMQHEALTH UNKNOWN -...

This handles dependencies (via requirements.txt) automatically and contains check_activemq.py and our dependencies within the virtualenv. This also prepares for publishing to PyPI.

Trying to run in on our nagios machine on shell, but it is returning me the following error: check_activemq.py: error: too few arguments What am I doing wrong? How do...

I'm evaluting the plugin on Centos7 and with ActiveMQ 5.12.0. AMQ is running at localhost:8161. I get the following error running the examples: ``` # ./check_activemq.py queuesize ACTIVEMQQUEUESIZE UNKNOWN: RuntimeError:...

The `dlq` check exists with ``` ACTIVEMQDLQ UNKNOWN - no check results ``` when the DLQ queue doesn't exist. Kind of misleading IMO. Sure we can always create an empty...

To check DLQs it should be possible to use: check_activemq.py -w 1 -c 1 queuesize "TEST*" and get warnings/critical messages if only one message is in the queue.

Hi, This isn't an issue with your script as such. We have set up an activemq (3 nodes) cluster using ZooKeeper to manage availability, and we would like to get...

enhancement

Just the idea to discuss: Monitor - the existance of Routes - inflight counter - durations - errors - ...

question