Skip to content

Instantly share code, notes, and snippets.

@justcompile
justcompile / rabbitmq2cloudwatch
Last active April 26, 2019 08:21 — forked from GoodMirek/rabbitmq2cloudwatch
Bash script sending RabbitMQ metrics to AWS CloudWatch
#! /bin/bash
# This script reads rabbitmq statistics and report them as CloudWatch metrics.
# Author: Richard Hayes - Forked from Mirek Svoboda
# Version: 0.5
# TABSTOP=4
#
# Changelog:
# 0.5
# -- Added TotalMessages & TotalConsumers metrics
# 0.4