File: default

package info (click to toggle)
prometheus-apache-exporter 0.8.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 148 kB
  • sloc: makefile: 56; sh: 52
file content (15 lines) | stat: -rw-r--r-- 559 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Set the command-line arguments to pass to the server.
ARGS=''

#Usage of prometheus-apache-exporter:
#  -host_override string
#      Override for HTTP Host header; empty string for no override.
#  -insecure
#      Ignore server certificate if using https.
#  -scrape_uri string
#      URI to apache stub status page. (default
#      "http://localhost/server-status/?auto")
#  -telemetry.address string
#      Address on which to expose metrics. (default ":9117")
#  -telemetry.endpoint string
#      Path under which to expose metrics. (default "/metrics")