From ba7db4a16fee7f7271ee8bc118f370c558d82dd0 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sat, 30 Dec 2023 12:13:20 +0000 Subject: [PATCH] add postgres to prometheus --- modules/prometheus.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/prometheus.nix b/modules/prometheus.nix index b28674c..ede357f 100644 --- a/modules/prometheus.nix +++ b/modules/prometheus.nix @@ -17,6 +17,7 @@ in { targets = [ "127.0.0.1:${toString config.services.prometheus.exporters.node.port}" "127.0.0.1:${toString config.services.prometheus.exporters.nginx.port}" + "127.0.0.1:${toString config.services.prometheus.exporters.postgres.port}" ]; }]; }