Use the original default email receiver
Some checks failed
/ check (push) Failing after 5m49s
/ dev-shell (push) Successful in 58s
/ rust-packages (push) Successful in 5m50s
/ terraform-providers (push) Successful in 5m47s
/ systems (push) Successful in 53m42s

This commit is contained in:
Kaare Hoff Skovgaard 2025-08-15 00:13:31 +02:00
parent 16643efe46
commit 1ab2d1c15f
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -172,7 +172,7 @@ in
contactPoints.settings.contactPoints = [
{
orgId = 1;
name = "Default";
name = "grafana-default-email";
receivers = [
{
uid = "khs";
@ -187,7 +187,7 @@ in
policies.settings.policies = [
{
orgId = 1;
receiver = "Default";
receiver = "grafana-default-email";
group_by = [ "instance" ];
}
];