Hello All,
I am trying to install snmp-exporter in RHEL 7 and following the commands from the Github repo.
sudo yum install gcc gcc-c++ make net-snmp net-snmp-utils net-snmp-libs net-snmp-devel --- done
/root/go/src/
github.com/gosnmp/gosnmp/gosnmp.go:351:72: unknown field 'Control' in struct literal of type net.Dialer
chmod +x installer_linux
source /root/.bash_profile
go build
make mibs
I spent almost a week trying to figure out how to get this working, if someone could help me with all the steps for installing snmp-exporter for Prometheus in RHEL 7, I would greatly appreciate it.