Set grafana notifier uids
This commit is contained in:
parent
39c9889a58
commit
df64ae554e
|
@ -35,10 +35,12 @@ in
|
|||
enable = true;
|
||||
notifiers = [
|
||||
{
|
||||
uid = "email";
|
||||
name = "email";
|
||||
type = "email";
|
||||
}
|
||||
{
|
||||
uid = "discord";
|
||||
name = "discord";
|
||||
type = "discord";
|
||||
settings.webhook_url = secret "grafana_discord_webhook";
|
||||
|
|
Loading…
Reference in a new issue