Hey - this is my first dabble into Grafana + Prometheus + snmp-exporter, from what I can see this is a pretty awesome stack and I am really looking forward to seeing what I can do with it. I have Grafana + Prometheus + snmp-exporter installed and running using systemd - which in itself is pretty cool.
My aim is to monitor a bunch of Mellanox + Brocade + Arista switches.
I havent quite wrapped my head around the 'generator' - but at this time I am just trying to build it.
There is this, from
here:
sudo apt-get install build-essential libsnmp-dev # Debian-based distros
go get github.com/prometheus/snmp_exporter/generator
cd ${GOPATH-$HOME/go}/src/github.com/prometheus/snmp_exporter/generator
go build
make mibs
My question is in regard to build-essential + libsnmp-dev. What are the equivalent packages to install via yum on Centos 7?
Or more thoroughly how do I build the generator on Centos 7?
Thanks for any guidance you can provide !
Cheers.
Ollie