Re: Monitoring ActiveMQ with JMX

2019-07-15 Thread Andres Tarallo
I've finally manage to get it working. My poor understanding of JMX plus a misconfiguration prevented from working right. I´ve fixed and tested with nagios plugin check_jmx. Thanks, Andrés El vie., 12 jul. 2019 a las 23:22, Tim Bain () escribió: > Does netstat show a server socket on port 109

Re: Monitoring ActiveMQ with JMX

2019-07-12 Thread Tim Bain
Does netstat show a server socket on port 1099? If not, does your service script actually use that variable you're defining? And does it overwrite it and lose your content somewhere before it starts the ActiveMQ process? If so, you'll need to tell us more about how you're trying to connect. Tim