We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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!