File: default

package info (click to toggle)
prometheus-nginx-exporter 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: makefile: 22; sh: 18
file content (14 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ARGS=""

# Prometheus-nginx-exporter supports the following options:
#  -nginx.plus
#        Start the exporter for NGINX Plus. By default, the exporter is started
#        for NGINX.
#  -nginx.scrape-uri string
#        A URI for scraping NGINX or NGINX Plus metrics.
#        For NGINX, the stub_status page must be available through the URI.
#        For NGINX Plus -- the API. (default "http://127.0.0.1:8080/stub_status")
#  -web.listen-address string
#        An address to listen on for web interface and telemetry. (default ":9113")
#  -web.telemetry-path string
#        A path under which to expose metrics. (default "/metrics"