Listen to MQTT gateway in Prometheus

This commit is contained in:
coolneng 2025-04-23 17:19:31 +02:00
parent f4ba4e8a89
commit 90b38fcf08
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -70,6 +70,7 @@ with pkgs;
"localhost:${toString config.services.prometheus.exporters.node.port}" "localhost:${toString config.services.prometheus.exporters.node.port}"
"localhost:${toString config.services.prometheus.exporters.postgres.port}" "localhost:${toString config.services.prometheus.exporters.postgres.port}"
"localhost:${toString config.services.prometheus.exporters.smartctl.port}" "localhost:${toString config.services.prometheus.exporters.smartctl.port}"
"localhost:9641" # MQTT2Prometheus
]; ];
} }
]; ];