mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/servnerr-4: switch alertmanager to discord
This commit is contained in:
parent
a46980bfe9
commit
ae6c5c40c3
1 changed files with 3 additions and 1 deletions
|
@ -64,7 +64,9 @@ in {
|
|||
};
|
||||
receivers = [{
|
||||
name = "default";
|
||||
pushover_configs = secrets.alertmanager.pushover;
|
||||
discord_configs = [{
|
||||
webhook_url = secrets.alertmanager.discord.webhook_url;
|
||||
}];
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue