Skip to content

brockhaywood/rabbitmq_cloudwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rabbitmq_cloudwatch

Basic python program for publishing rabbitmq queue lengths to Cloudwatch. This can be used to trigger autoscaling or monitors.

The following environment variables must be set:

  • RABBITMQ_CLOUWATCH_QUEUES: comma separated list of queues to monitor
  • RABBITMQ_HTTP_URL: The base http url for fetching queue details. ex: http://foo:bar@127.0.0.1:15672/api/queues/vhost/'
  • RABBITMQ_CLOUWATCH_NAMESPACE: Namespace to publish metrics to
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages