Skip to main content

A flexible RMQ monitor that keeps track of RMQ, notifying you over multiple channels when connections cannot be made, queues have not been declared, and when queue lengths increase beyond specified limits.

Project description

ko-fi

Tests Coverage Release Drafter TestPyPi Release

Codecov PyPI

AMQPeek

A flexible RMQ monitor that keeps track of RMQ, notifying you over multiple channels when connections cannot be made, queues have not been declared, and when queue lengths increase beyond specified limits.

Support OSS, and me :)

If you find this project useful, please feel free to buy me a coffee

Install

$ pip install amqpeek

Once installed, you can then setup AMQPeek to suit your needs by editing the configuration file

Create configuration file

To create a base configuration file:

$ amqpeek --gen_config

This will create a file called amqpeek.yaml in your current directory. Here you can setup your connection details for RMQ, define queues you wish to monitor and define the notifier channels you wish to use. Edit this file to suit your needs

Running

listing all options:

$ amqpeek --help

Run AMQPeek with no arguments: This runs the monitoring script once and then exits out (useful when running AMQPeek as a Cron job)

$ amqpeek

Run AMQPeek with an interval: This monitors RMQ, running the tests every 10 minutes in a continuous loop (useful when running AMQPeek under Supervisor or something similar)

$ amqpeek --interval 10

You can also specify the location of a configuration file to use instead of the default location of your current directory

$ amqpeek --config config.yaml

Notification channels

AMQPeek supports multiple notification channels.

Currently supported channels:

  • Slack
  • Email (SMTP)

These are controlled via the configuration file, under notifiers. You can mix and match the notifiers you wish to use, and you can have multiples of the same notifier types.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amqpeek-0.0.7.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

amqpeek-0.0.7-py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page