graphite-beacon icon indicating copy to clipboard operation
graphite-beacon copied to clipboard

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

Open ghost opened this issue 9 years ago • 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!

ghost avatar Oct 02 '15 10:10 ghost

I posted a pull request.

hroongta avatar May 06 '16 10:05 hroongta

+1

GrzegorzDrozda avatar Mar 02 '17 10:03 GrzegorzDrozda