klen/graphite-beacon

[Feature Request] Add ability to specify alert handlers per alert.

Opened this issue · 2 comments

Please allow users to add handlers per alert on top of global configuration:

This could use exactly the same parameters but within alert definition:

alerts: [
  {
    …
    "critical_handlers": ["log", "smtp"],
    "warning_handlers": ["log", "smtp"],
    "normal_handlers": ["log", "smtp"],
    …
  }
]

Thanks!

I posted a pull request.