Fix path for collecting nginx status with metricbeat.

Change-Id: Iab9319e2d97188d4542189831a4842c7af507c2d
This commit is contained in:
Jonathan Rosser
2025-06-05 10:15:50 +01:00
parent 3a4d3450e0
commit 40d46d51b0

View File

@@ -732,8 +732,8 @@ metricbeat.modules:
# Nginx hosts
hosts: ["http://127.0.1.1:18182"]
# Path to server status. Default nginx_status
server_status_path: "nginx_status"
# Path to server status. Set to server-status in templates/nginx-status.conf.j2
server_status_path: "server-status"
{% endif %}
#----------------------------- Openmetrics Module -----------------------------