ARGS=""

# prometheus-frr-exporter supports the following options:
#
#  --collector.bfd
#    Enable the bfd collector (default: enabled, to disable use
#    --no-collector.bfd).
#  --collector.bgp
#    Enable the bgp collector (default: enabled, to disable use
#    --no-collector.bgp).
#  --collector.bgp6
#    Enable the bgp6 collector (default: disabled).
#  --collector.bgpl2vpn
#    Enable the bgpl2vpn collector (default: disabled).
#  --collector.bgp.advertised-prefixes
#    Enables the frr_exporter_bgp_prefixes_advertised_count_total metric which
#    exports the number of advertised prefixes to a BGP peer. This is an option
#    for older versions of FRR that don't have PfxSent field (default:
#    disabled).
#  --collector.bgp.peer-descriptions
#    Add the value of the desc key from the JSON formatted BGP peer description
#    as a label to peer metrics. (default: disabled).
#  --collector.bgp.peer-descriptions.plain-text
#    Use the full text field of the BGP peer description instead of the value
#    of the JSON formatted desc key (default: disabled).
#  --collector.bgp.peer-types
#    Enable the frr_bgp_peer_types_up metric (default: disabled).
#  --collector.bgp.peer-types.keys=type ...
#    Select the keys from the JSON formatted BGP peer description of which the
#    values will be used with the frr_bgp_peer_types_up metric. Supports
#    multiple values (default: type).
#  --collector.ospf
#    Enable the ospf collector (default: enabled, to disable use
#    --no-collector.ospf).
#  --collector.pim
#    Enable the pim collector (default: disabled).
#  --collector.vrrp
#    Enable the vrrp collector (default: disabled).
#  --frr.socket.dir-path="/var/run/frr"
#    Path of of the localstatedir containing each daemon's Unix socket.
#  --frr.socket.timeout=20s
#    Timeout when connecting to the FRR daemon Unix sockets
#  --frr.vtysh.options=""
#    Additional options passed to vtysh.
#  --frr.vtysh.path="/usr/bin/vtysh"
#    Path of vtysh.
#  --frr.vtysh.sudo
#    Enable sudo when executing vtysh commands.
#  --frr.vtysh.timeout="20s"
#    The timeout when running vtysh commands (default: 20s).
#  --log.format=logfmt
#    Output format of log messages. One of: [logfmt, json]
#  --log.level=info
#    Only log messages with the given severity or above. One of: [debug, info,
#    warn, error]
#  --web.config=""
#    [EXPERIMENTAL] Path to config yaml file that can enable TLS or
#    authentication.
#  --web.listen-address=":9342"
#    Address on which to expose metrics and web interface.
#  --web.telemetry-path="/metrics"
#    Path under which to expose metrics.
