Yelp / sensu_handlers

Custom Sensu Handlers to support a multi-tenant environment, allowing checks themselves to emit the type of handler behavior they need in the event json
Apache License 2.0
75 stars 31 forks source link

Make aws-prune run "out of band" and not as a handler #43

Closed solarkennedy closed 8 years ago

solarkennedy commented 9 years ago

Running the aws-prune script as an even handler has two downsides:

Running the aws-prune thing as a cron job could make this more efficient and prune terminated instances faster, without causing spurious alerts.

solarkennedy commented 9 years ago

Pinging @somic @jglukasik or @loganrosen if they would like to do this, otherwise I'll take it.

@georgebashi would like this to not use our cron::d wrapper or open source that dependency. (which we should!)

jaxxstorm commented 9 years ago

I can probably take this, but have a few questions before I go ahead. I'll follow up with you in person.

solarkennedy commented 9 years ago

Go for it. We are currently overloaded on our sensu/puppet servers and this would help a bit.

solarkennedy commented 8 years ago

This was done by aduko.