Use the original default email receiver
This commit is contained in:
parent
16643efe46
commit
1ab2d1c15f
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ in
|
||||||
contactPoints.settings.contactPoints = [
|
contactPoints.settings.contactPoints = [
|
||||||
{
|
{
|
||||||
orgId = 1;
|
orgId = 1;
|
||||||
name = "Default";
|
name = "grafana-default-email";
|
||||||
receivers = [
|
receivers = [
|
||||||
{
|
{
|
||||||
uid = "khs";
|
uid = "khs";
|
||||||
|
@ -187,7 +187,7 @@ in
|
||||||
policies.settings.policies = [
|
policies.settings.policies = [
|
||||||
{
|
{
|
||||||
orgId = 1;
|
orgId = 1;
|
||||||
receiver = "Default";
|
receiver = "grafana-default-email";
|
||||||
group_by = [ "instance" ];
|
group_by = [ "instance" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue