From d75e898d2d3af0457a718fe7cdbe0a515c72837c Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sun, 25 Jan 2026 05:44:44 +0000 Subject: [PATCH] fix listen port --- Prometheus/install_Prometheus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prometheus/install_Prometheus.sh b/Prometheus/install_Prometheus.sh index eb70ce2..8ec4beb 100644 --- a/Prometheus/install_Prometheus.sh +++ b/Prometheus/install_Prometheus.sh @@ -85,7 +85,7 @@ ExecStart=/usr/bin/prometheus \ --config.file=/etc/prometheus/prometheus.yml \ --storage.tsdb.path=/etc/prometheus/prometheus_data \ --storage.tsdb.retention.time=15d \ - --web.listen-address=9090 + --web.listen-address=0.0.0.0:9090 Restart=always [Install]