axhixh / rabbit_watcher

Basic monitoring of RabbitMQ. Uses InfluxDB to save the data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rabbit watcher

Monitor RabbitMQ and store the statistics in InfluxDB.

Loads configuration from config.json in current directory or the file specified in the command line.

Uses UDP to send metrics to InfluxDB

Running from cron. For example:

*/5 * * * * /opt/bin/rabbit_watcher /opt/etc/rabbit_watcher.json

About

Basic monitoring of RabbitMQ. Uses InfluxDB to save the data.

License:Apache License 2.0


Languages

Language:Go 100.0%