# frr_exporter startup args
# see doc here: https://github.com/tynany/frr_exporter
ARGS="--web.listen-address=:9342 \
      --web.telemetry-path=/metrics \
      --log.format=json \
      --collector.bfd \
      --collector.bgp \
      --collector.bgp6"