diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-09 15:43:41 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-12 06:55:39 +0100 |
commit | 9695f7df824a4497b997d6f618b6b85496546b1c (patch) | |
tree | 7dffcc968e21a23b7674b558bd9c8af6b1b7c737 /nixos/hosts/tente/default.nix | |
parent | ae1f06dcf37992dd7deb6b9e77adb96f4a170827 (diff) |
feat(tente): add Grafana, Loki, Alloy and Prometheus
Diffstat (limited to 'nixos/hosts/tente/default.nix')
-rw-r--r-- | nixos/hosts/tente/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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; |