modules/nixos/monitoring: disable alertmanager clustering

This commit is contained in:
zowoq 2023-08-31 17:33:41 +10:00
parent c86e8de429
commit 8da79f024c

View file

@ -59,6 +59,7 @@
enable = true;
webExternalUrl = "https://alertmanager.nix-community.org";
listenAddress = "[::1]";
extraFlags = [ "--cluster.listen-address=''" ];
configuration = {
route = {
receiver = "default";