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. https://stackoverflow.com/questions/45776003/fixing-a-systemd-service-203-exec-failure-no-such-file-or-directory 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. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/aac196e9-72b6-4fdd-acc2-cf9e0a4b9af3o%40googlegroups.com.

