1
0
Fork 0
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:
Matt Layher 2024-01-28 14:13:39 -05:00
parent a46980bfe9
commit ae6c5c40c3

View file

@ -64,7 +64,9 @@ in {
};
receivers = [{
name = "default";
pushover_configs = secrets.alertmanager.pushover;
discord_configs = [{
webhook_url = secrets.alertmanager.discord.webhook_url;
}];
}];
};
};