ARGS=""

# Prometheus-snmp-exporter supports the following options:
#
#   --snmp.wrap-large-counters
#                        Wrap 64-bit counters to avoid floating point
#                        rounding.
#   --config.file="/etc/prometheus/snmp.yml"
#                        Path to configuration file.
#   --web.listen-address=":9116"
#                        Address to listen on for web interface and telemetry.
#   --dry-run            Only verify configuration is valid and exit.
#   --log.level=info     Only log messages with the given severity or above.
#                        One of: [debug, info, warn, error]
#   --log.format=logfmt  Output format of log messages. One of: [logfmt, json]
