From 6fe52beb6482809b67fcc6681c41b04acd04d7a7 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 30 Aug 2025 19:42:04 +0200 Subject: feat(ev): add monitoring --- nixos/hosts/tente/grafana.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'nixos/hosts/tente') diff --git a/nixos/hosts/tente/grafana.nix b/nixos/hosts/tente/grafana.nix index e6fb7af..02d26c5 100644 --- a/nixos/hosts/tente/grafana.nix +++ b/nixos/hosts/tente/grafana.nix @@ -50,6 +50,17 @@ in access = "proxy"; url = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}"; } + { + name = "Prometheus Ev"; + type = "prometheus"; + url = "http://ev.tailnet:9090"; + } + { + name = "Loki Ev"; + type = "loki"; + access = "proxy"; + url = "http://ev.tailnet:3030"; + } ]; }; }; -- cgit v1.2.3