From 90b38fcf080e50eaa220193189495e30447d775c Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 23 Apr 2025 17:19:31 +0200 Subject: [PATCH] Listen to MQTT gateway in Prometheus --- modules/monitoring.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring.nix b/modules/monitoring.nix index 0f9f369..172dc1f 100644 --- a/modules/monitoring.nix +++ b/modules/monitoring.nix @@ -70,6 +70,7 @@ with pkgs; "localhost:${toString config.services.prometheus.exporters.node.port}" "localhost:${toString config.services.prometheus.exporters.postgres.port}" "localhost:${toString config.services.prometheus.exporters.smartctl.port}" + "localhost:9641" # MQTT2Prometheus ]; } ];