1
Fork 0

Set grafana notifier uids

This commit is contained in:
prescientmoon 2024-02-24 07:01:58 +01:00
parent 39c9889a58
commit df64ae554e
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -35,10 +35,12 @@ in
enable = true; enable = true;
notifiers = [ notifiers = [
{ {
uid = "email";
name = "email"; name = "email";
type = "email"; type = "email";
} }
{ {
uid = "discord";
name = "discord"; name = "discord";
type = "discord"; type = "discord";
settings.webhook_url = secret "grafana_discord_webhook"; settings.webhook_url = secret "grafana_discord_webhook";