[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ansible-taler-exchange] branch master updated: -fix port
From: |
gnunet |
Subject: |
[ansible-taler-exchange] branch master updated: -fix port |
Date: |
Wed, 29 Jan 2025 00:51:23 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository ansible-taler-exchange.
The following commit(s) were added to refs/heads/master by this push:
new a9c3b64 -fix port
a9c3b64 is described below
commit a9c3b64214a1d2f443b253772c525fe8c2c60bb4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 29 00:51:19 2025 +0100
-fix port
---
roles/monitoring/files/etc/default/prometheus-nginx-exporter | 2 +-
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
index 503fa98..087361e 100644
--- 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!
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ansible-taler-exchange] branch master updated: -fix port,
gnunet <=