You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Problem 1: (snmpwalk "Cannot find module"). snmpwalk by itself doesn't use prometheus. You need to configure net-snmp to read the necessary MIB files. That's not a prometheus question.
Problem 2: google for "status=203/EXEC". You'll find this means that systemd is unable to execute the binary you've asked it to run.
Either it doesn't exist at the given location, or it has the wrong permissions. Try running /usr/local/snmp_exporter/snmp_exporter/snmp_exporter directly at the command line, and you'll probably see the error.