Ping everyone on grafana alert
This commit is contained in:
parent
d02ca4c191
commit
48461ee09a
|
@ -50,6 +50,10 @@ in
|
||||||
uid = "main_discord";
|
uid = "main_discord";
|
||||||
type = "discord";
|
type = "discord";
|
||||||
settings.url = secret "grafana_discord_webhook";
|
settings.url = secret "grafana_discord_webhook";
|
||||||
|
settings.message = ''
|
||||||
|
@everyone ✨ An issue occured :O ✨
|
||||||
|
{{ template "default.message" . }}
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
uid = "main_email";
|
uid = "main_email";
|
||||||
|
|
Loading…
Reference in a new issue