Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First pass at pulling metrics from AWS ELBs #56

Merged
merged 1 commit into from
Aug 7, 2013
Merged

First pass at pulling metrics from AWS ELBs #56

merged 1 commit into from
Aug 7, 2013

Conversation

gsandie
Copy link
Contributor

@gsandie gsandie commented Aug 7, 2013

I've put together a first pass at pulling ELB metrics from AWS CloudWatch.
#9 talks about adding cloudwatch support, which I thought about doing, but I thought it might turn into a sprawling tool - and maybe it's preferred to target the individual services?

This will connect to cloudwatch and pull the metrics for all of the ELB as listed in the CloudWatch Developer Guide.

You can report metrics for different load balancers, the event host is setup to be the load balancer name (which makes sense in my org, but it's something I can add code into so it can be overridden if you think that's a bit too prescriptive).

It supports using a fog credentials file, or passing in your api keys on the command line.

By default it will only show the aggregated metrics from all of the AZs in a region, however you can pass in a list of AZs to get the different metrics reported.

@aphyr
Copy link
Collaborator

aphyr commented Aug 7, 2013

Sweeeet! :)

aphyr added a commit that referenced this pull request Aug 7, 2013
First pass at pulling metrics from AWS ELBs
@aphyr aphyr merged commit 12f2e2e into riemann:master Aug 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants