diff --git a/hosts/web-01.cloonar.com/modules/loki.nix b/hosts/web-01.cloonar.com/modules/loki.nix index 5e7b59c..2a54b9d 100644 --- a/hosts/web-01.cloonar.com/modules/loki.nix +++ b/hosts/web-01.cloonar.com/modules/loki.nix @@ -39,11 +39,11 @@ in # Ingester ingester = { + lifecycler.address = "0.0.0.0"; lifecycler.ring = { kvstore.store = "inmemory"; replication_factor = 1; }; - lifecycler.interface_names = [ "enp1s0" ]; chunk_encoding = "snappy"; # Disable block transfers on shutdown max_transfer_retries = 0; @@ -89,7 +89,7 @@ in local.directory = rulerDir; }; rule_path = "/var/lib/loki/ruler"; - alertmanager_url = "http://alertmanager.r"; + alertmanager_url = "http://alertmanager.cloonar.com"; ring.kvstore.store = "inmemory"; };