Releases: prometheus/snmp_exporter
Releases · prometheus/snmp_exporter
0.0.5 / 2016-01-30
This release is breaking. To convert your config to work with the new release, indent all the lines and then prepend the linedefault:
[FEATURE] Support multiple modules inside one config
0.0.4 / 2016-01-08
This release changes the SNMP exporter to use the NetSNMP Python bindings, which are faster and use less CPU.
This needs manual installation of the bindings:
apt-get install libsnmp-python # On older Debian-based distros.
apt-get install python-netsnmp # On newer Debian-based distros.
yum install net-snmp-python # On Red Hat-based distros.
[FEATURE] Support for setting community
[ENHANCEMENT] Switch to NetSNMP Python bindings
[ENHANCEMENT] Rule lookup is done with a tree rather than a linear search
[ENHANCEMENT] Various tweaks for dodgy hardware