File: default

package info (click to toggle)
prometheus-bind-exporter 0.4.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,076 kB
  • sloc: xml: 4,172; sh: 52; makefile: 41
file content (22 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Set the command-line arguments to pass to the exporter.
ARGS=""

# Usage of prometheus-bind-exporter:
#   --bind.stats-url="http://localhost:8053/"
#                              HTTP XML API address of BIND server
#   --bind.timeout=10s         Timeout for trying to get stats from BIND
#                              server
#   --bind.pid-file="/run/named/named.pid"
#                              Path to BIND's pid file to export process
#                              information
#   --bind.stats-version=auto  BIND statistics version. Can be detected
#                              automatically.
#   --web.config.file=""       [EXPERIMENTAL] Path to configuration file that
#                              can enable TLS or authentication.
#   --web.listen-address=":9119"
#                              Address to listen on for web interface and
#                              telemetry
#   --web.telemetry-path="/metrics"
#                              Path under which to expose metrics
#   --bind.stats-groups=server,view,tasks
#                              Comma-separated list of statistics to collect