diff --git a/scripts/package/config/systemd/synthetic-monitoring-agent.conf b/scripts/package/config/systemd/synthetic-monitoring-agent.conf index 17e9b459..88b789e3 100644 --- a/scripts/package/config/systemd/synthetic-monitoring-agent.conf +++ b/scripts/package/config/systemd/synthetic-monitoring-agent.conf @@ -8,7 +8,7 @@ API_SERVER='synthetic-monitoring-grpc.grafana.net:443' API_INSECURE="false" # listen address for /metrics and /debug/pprof -LISTEN_ADDRESS="127.0.0.1:4031" +LISTEN_ADDRESS="127.0.0.1:4050" # verbose logging VERBOSE="false"