modules/nixos/monitoring: disable alertmanager clustering
This commit is contained in:
parent
c86e8de429
commit
8da79f024c
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
enable = true;
|
||||
webExternalUrl = "https://alertmanager.nix-community.org";
|
||||
listenAddress = "[::1]";
|
||||
extraFlags = [ "--cluster.listen-address=''" ];
|
||||
configuration = {
|
||||
route = {
|
||||
receiver = "default";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue