16 lines
349 B
Text
16 lines
349 B
Text
# Module: nginx
|
|
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/6.5/metricbeat-module-nginx.html
|
|
|
|
- module: nginx
|
|
#metricsets:
|
|
# - stubstatus
|
|
period: 10s
|
|
|
|
# Nginx hosts
|
|
hosts: ["http://127.0.0.1"]
|
|
|
|
# Path to server status. Default server-status
|
|
#server_status_path: "server-status"
|
|
|
|
#username: "user"
|
|
#password: "secret"
|