Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 644 Bytes

snmp_exporter.md

File metadata and controls

18 lines (13 loc) · 644 Bytes

SNMP exporter variables

# Snmp exporter
# https://github.com/prometheus/snmp_exporter

# Path to configuration file.
prometheus_snmp_exporter_config__file: "{{ prometheus_snmp_exporter_config_dir }}/snmp.yml"

# Address to listen on for web interface and telemetry.
prometheus_snmp_exporter_web__listen_address: ':9116'

# Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]
prometheus_snmp_exporter_log__level: 'info'

# Set the log target and format. Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true"
prometheus_snmp_exporter_log__format: 'logger:stderr'