diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-16 08:41:52 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-20 07:30:34 +0100 |
commit | 86322633835cf5970be8bd12c7d57899cbd49d28 (patch) | |
tree | 64a2e9a76a68a1ea1f2f9c282e04de54320c0db4 /nixos/hosts/tente/default.nix | |
parent | 85354207b362b6b214f0620d7bd862519dcb4365 (diff) |
feat(tente): monitor database sizes
Diffstat (limited to 'nixos/hosts/tente/default.nix')
-rw-r--r-- | nixos/hosts/tente/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index 64eba57..72cd466 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -80,6 +80,7 @@ in monitoring.alloyUiPort = 3001; monitoring.lokiPort = 3030; monitoring.prometheusNodeExporterPort = 9002; + monitoring.prometheusSqlExporterPort = 9003; headscale.port = 8080; matrix.port = 8008; |