Giter Club home page Giter Club logo

activemqmonitoring's Introduction

ActiveMQMonitoring

Some simple python scripts I wrote to monitor ActiveMQ consumers and queues using jolokai. The Nagios script should be pretty plug and play, only requires the queue URL to be passed in as an arg, which is normally in the form of:

http://:/api/jolokia/read/org.apache.activemq:type=Broker,brokerName=localhost,destinationName=<QUEUE_NAME>,destinationType=Queue

For the non-nagios script I felt fancy and use the neat python config api I just learnt about. This way we can check many queues in one script run. Wait time in min here allows you to set the amount of time to wait between the first check and the second before doing a comparison. Example config template:

 	[Queue]
 	Queue1 = http://<HOST>:<PORT>/api/jolokia/read/org.apache.activemq:type=Broker,brokerName=localhost,destinationName=<QUEUE_NAME_ONE>,destinationType=Queue
 	Queue2 = http://<HOST>:<PORT>/api/jolokia/read/org.apache.activemq:type=Broker,brokerName=localhost,destinationName=<QUEUE_NAME_TWO>,destinationType=Queue
  ...
 	[AuthUser]
 	User = username
 	Pass = password
 	[WaitTime]
        InMin = 10

The jolokaiLogStash.conf was part of a local containerized ELK stack, used as a proof of concept. It uses Kibana to visualize queue size changes from ActiveMQ over time. The conf contains the regex I used to grab the queue size from the json.

activemqmonitoring's People

Contributors

childofthecron avatar

Stargazers

Tang Zheng'en avatar

Watchers

James Cloos avatar  avatar

Forkers

feitianyiren

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.