# Set the command-line arguments to pass to the server.
# Due to scaping, if you are using systemd you need to double your backslashes (\\d for \d).
ARGS=''

# prometheus-homeplug-exporter supports the following options:

#  --telemetry.address=":9702"
#                           Address on which to expose metrics.
#  --telemetry.endpoint="/metrics"
#                           Path under which to expose metrics.
#  --interface=INTERFACE    Interface to search for Homeplug devices.
#  --destaddr=00B052000001  Destination MAC address for Homeplug devices.
#                           The special address 00B052000001 reaches local PLC
#                           devices.
#                           The special address ffffffffffff reaches all
#                           devices in the same LAN segment.
#  --log.level="info"       Only log messages with the given severity or
#                           above. Valid levels: [debug, info, warn, error,
#                           fatal]
#  --log.format="logger:stderr"
#                           Set the log target and format. Example:
#                           "logger:syslog?appname=bob&local=7" or
#                           "logger:stdout?json=true"
