commit a9c3b64214a1d2f443b253772c525fe8c2c60bb4
parent 70dadf7dfcef755fe8aac6245f956f3511e862bf
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 29 Jan 2025 00:51:19 +0100
-fix port
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/monitoring/files/etc/default/prometheus-nginx-exporter b/roles/monitoring/files/etc/default/prometheus-nginx-exporter
@@ -2,7 +2,7 @@
# Due to shell escaping, to pass backslashes for regexes, you need to double
# them (\\d for \d). If running under systemd, you need to double them again
# (\\\\d to mean \d), and escape newlines too.
-ARGS="-web.listen-address 127.0.0.1:9913 -nginx.scrape-uri http://127.0.0.1:80/metrics"
+ARGS="-web.listen-address 127.0.0.1:9113 -nginx.scrape-uri http://127.0.0.1:80/metrics"
# See monitoring-nginx.conf for the scrape-uri export!