From 7e39587c9dcab8f89e3a6c6ce0e5110e5bd26705 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 22 Jul 2024 11:27:52 +0200 Subject: [PATCH] fixed mistakes --- features/prometheus.nix | 2 +- features/synapse-matrix.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/features/prometheus.nix b/features/prometheus.nix index d88cb9c..672ac86 100644 --- a/features/prometheus.nix +++ b/features/prometheus.nix @@ -15,7 +15,7 @@ job_name = "synapse"; scrape_interval = "15s"; metrics_path = "/_synapse/metrics"; - static_configs = [ { targets = [ "localhost:8008" ]; } ]; + static_configs = [ { targets = [ "localhost:9000" ]; } ]; } { job_name = "homelab-stats"; diff --git a/features/synapse-matrix.nix b/features/synapse-matrix.nix index df2bdbc..4108dca 100644 --- a/features/synapse-matrix.nix +++ b/features/synapse-matrix.nix @@ -47,6 +47,7 @@ in { port = 9000; type = "metrics"; + tls = false; bind_addresses = [ "::1" "0.0.0.0"