logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

prometheus-snmp-generator - Config generator for prometheus-snmp-exporter

Commands

help[<command>...]
       Show help.

   generate[<flags>]
       Generate snmp.yml from generator.yml

       -g,--generator-path="generator.yml"
              Path to the input generator.yml file

       -o,--output-path="snmp.yml"
              Path to write the snmp_exporter's config file

   parse_errors
       Debug: Print the parse errors output by NetSNMP

   dump
       Debug: Dump the parsed and prepared MIBs

prometheus-snmp-exporter 0.28.0                   February 2025                     PROMETHEUS-SNMP-GENERATOR(1)

Description

Name

       prometheus-snmp-generator - Config generator for prometheus-snmp-exporter

Options

-h,--help
              Show context-sensitive help (also try --help-long and --help-man).

       --fail-on-parse-errors
              Exit with a non-zero status if there are MIB parsing errors

       --snmp.mibopts
              Toggle various defaults controlling MIB parsing, see snmpwalk --help

       -m,--mibs-dir=
              Paths to mibs directory

       --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]

Synopsis

prometheus-snmp-generator[<flags>]<command>[<args>...]

See Also