File: default

package info (click to toggle)
prometheus-varnish-exporter 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 472 kB
  • sloc: sh: 110; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ARGS="-raw"

# Usage of prometheus-varnish-exporter:
#   -N string
#       varnishstat -N value.
#   -n string
#       varnishstat -n value.
#   -raw
#       Raw stdout logging without timestamps.
#   -test
#       Test varnishstat availability, prints available metrics and exits.
#   -verbose
#       Verbose logging.
#   -version
#       Print version and exit
#   -web.listen-address string
#       Address on which to expose metrics and web interface. (default ":9131")
#   -web.telemetry-path string
#       Path under which to expose metrics. (default "/metrics")