Issue Summary
We added Atlassian Status Page to our stack and we want to use our redash monitoring as a few components there.
For it to work we need to:
- add another email recipient as the destination
- the email subject should contain either DOWN or UP words.
the issue is with #2, currently, redash sends emails with TRIGGERED or OK keywords. I need to customize the alert to send DOWN/UP.
How do I do that?
Ideally would be if I can write in the alert customization:
if {{ALERT_STATUS}} == TRIGGERED:
DOWN
else
UP
Technical details:
redash v10 self hosted in aws