Releases: prometheus/snmp_exporter
0.19.0 / 2020-08-31
0.18.0 / 2020-05-26
0.17.0 / 2020-02-17
0.16.1 / 2019-12-10
0.15.0 / 2019-02-12
This release includes changes to both the generator.yml format and the default output of the generator for lookups.
[CHANGE/FEATURE] Support multi-index lookups. This changes old_index to be a list old_indexes in generator.yml. (#339)
[CHANGE/FEATURE] Allow keeping of old labels from lookups, enabled by default (#339)
[CHANGE] The previous example modules if_mib_ifalias, if_mib_ifdescr, and if_mib_ifname have been removed from snmp.yml/generator.yml. These labels are now all available on the default if_mib example module (#339)
[FEATURE] Add EnumAsInfo and EnumAsStateSet type overrides (#378)
[ENHANCEMENT] Better error messages when an index can't be handled (#369)
0.14.0 / 2018-12-04
0.13.0 / 2018-09-12
[FEATURE] Add support for IMPLIED indexes
[FEATURE] Add support for InetAddress
[FEATURE] Add support for overriding InetAddress when index size is incorrectly missing, as seen in some Juniper devices
0.12.0 / 2018-08-15
0.11.0 / 2018-05-30
[FEATURE] Generator: Support ignoring specific metrics
[FEATURE] Generator: Support overriding the type of metrics
[BUGFIX] Don't panic on invalid utf-8 data, just fail the scrape
0.10.0 / 2018-04-26
[FEATURE] Use GET rather than GETBULK if specific non-table object or table object instance is listed in generator module walk
[BUGFIX] Better handle SNMP v3 auth config, fixing some validation
[BUGFIX] Fail the scrape rather than exposing invalid UTF-8 label values
[BUGFIX] Remove incorrect InetAddress implementation