GithubHelp home page GithubHelp logo

operasoftware / check_rabbitmq_queues Goto Github PK

View Code? Open in Web Editor NEW
4.0 10.0 3.0 27 KB

Nagios plugin written in python for checking if queue lengths do not exceed thresholds specified in config

License: MIT License

Python 100.00%

check_rabbitmq_queues's Introduction

check_rabbitmq_queues

Nagios plugin written in python for checking if queue lengths do not exceed thresholds specified in config.

Installation

pip install check-rabbitmq-queues

Usage

check_rabbitmq_queues -c <path_to_config>

Example config

host: localhost
port: 15672
username: guest
password: guest
vhost: /
queues:
    queue1:
        critical: 0
        warning: 0
        policy:
            max-length: 500
    queue2:
        critical: 0
        warning: 0
queue_prefixes:
    queue-pref:
        critical: 0
        warning: 0

You can also provide username and password in CHECK_RABBITMQ_QUEUES_USERNAME and CHECK_RABBITMQ_QUEUES_PASSWORD environmental variables instead if you wish.

Tests

In project directory:

tox

check_rabbitmq_queues's People

Contributors

asgavar avatar mutineer avatar nihn avatar r4fek avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.