From 9695f7df824a4497b997d6f618b6b85496546b1c Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 9 Mar 2025 15:43:41 +0100 Subject: feat(tente): add Grafana, Loki, Alloy and Prometheus --- nixos/hosts/tente/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixos/hosts/tente/default.nix') diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index b54c378..07b70a4 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -21,6 +21,7 @@ in ./git.nix ./headscale.nix ./matrix.nix + ./monitoring.nix "${sources.my-osm-proposals}/service.nix" ]; @@ -45,6 +46,10 @@ in }; }; + monitoring.grafanaUiPort = 3000; + monitoring.alloyUiPort = 3001; + monitoring.lokiPort = 3030; + monitoring.prometheusExporterPort = 9002; headscale.port = 8080; matrix.port = 8008; -- cgit v1.2.3