Fix path for collecting nginx status with metricbeat.
Change-Id: Iab9319e2d97188d4542189831a4842c7af507c2d
This commit is contained in:
@@ -732,8 +732,8 @@ metricbeat.modules:
|
|||||||
# Nginx hosts
|
# Nginx hosts
|
||||||
hosts: ["http://127.0.1.1:18182"]
|
hosts: ["http://127.0.1.1:18182"]
|
||||||
|
|
||||||
# Path to server status. Default nginx_status
|
# Path to server status. Set to server-status in templates/nginx-status.conf.j2
|
||||||
server_status_path: "nginx_status"
|
server_status_path: "server-status"
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
#----------------------------- Openmetrics Module -----------------------------
|
#----------------------------- Openmetrics Module -----------------------------
|
||||||
|
Reference in New Issue
Block a user