blob: 969870ab264f4c3e448f62529369494f5202f8ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Specify additional arguments to pass to prometheus-apcupsd-exporter on startup
APCUPSD_EXPORTER_ARGS=""
# Available arguments:
# -apcupsd.addr string
# address of apcupsd Network Information Server (NIS) (default ":3551")
# -apcupsd.network string
# network of apcupsd Network Information Server (NIS): typically "tcp", "tcp4", or "tcp6" (default "tcp")
# -telemetry.addr string
# address for apcupsd exporter (default ":9162")
# -telemetry.path string
# URL path for surfacing collected metrics (default "/metrics")
|