Skip to content

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

@ghost

Description

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions