I recently downloaded prometheus-snmp-exporter via: “sudo snap install prometheus-snmp-exporter” but I don’t know how to integrate it with prometheus at least how to access its configuration file. Can I have a clear documentation on it?
Hi, sorry about that, we’ll add proper documentation shortly.
The configuration file will be located at /var/snap/prometheus-snmp-exporter/current/snmp.yml
.
If this file is not present when the daemon is started, the startup script will copy a default one.
To integrate with prometheus, you will need to add a scrape job as per https://github.com/prometheus/snmp_exporter#prometheus-configuration
Cheers
1 Like
I can’t access it through the terminal, and when I do access it through the GUI it’s read only. Can we have a configuration generator? What command can I use to access it from the terminal?