SNMP-exporter
Installation
Installation On RedHat and CentOS
cp ./snmp_exporter /usr/local/bin/snmp_exporter
cp ./snmp.yml /usr/local/bin/snmp.ymlchown prometheus:prometheus /usr/local/bin/snmp_exporter
chown prometheus:prometheus /usr/local/bin/snmp.ymlvi /etc/systemd/system/snmp-exporter.service
Add the following content to the file:
[Unit]
Description=Prometheus SNMP Exporter Service
After=network.target
[Service]
Type=simple
User=prometheus
ExecStart=/usr/local/bin/snmp_exporter --config.file="/usr/local/bin/snmp.yml"
[Install]
WantedBy=multi-user.targetSNMP Generator
Run from docker
Configure generator.yml
SNMP OID on Cisco IOS-XE
Verification
Reference
Last updated