Set grafana notifier uids
This commit is contained in:
parent
39c9889a58
commit
df64ae554e
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue