Skip to content

Releases: prometheus/snmp_exporter

0.19.0 / 2020-08-31

31 Aug 12:20
v0.19.0
Compare
Choose a tag to compare

[ENHANCEMENT] Support EnumAsInfo as an index (#559)
[ENHANCEMENT] Allow lookup chaining for uints (#527)

0.18.0 / 2020-05-26

26 May 08:44
v0.18.0
Compare
Choose a tag to compare

[FEATURE] Allow lookup chaining in a basic way (#489)
[BUGFIX] Reduce and fix timeouts for SNMP requests (#511)

0.17.0 / 2020-02-17

17 Feb 09:39
v0.17.0
Compare
Choose a tag to compare

[ENHANCEMENT] Use contexts with SNMP, so the http connection closing stops the SNMP walk. (#481)
[ENHANCEMENT] Sanitize the snmp probe query params by only allowing them to be specified once. (#467)

0.16.1 / 2019-12-10

10 Dec 15:56
v0.16.1
Compare
Choose a tag to compare

[FEATURE] Support BITS values. (#465)
[ENHANCEMENT] Add option to fail on parse errors in the generator. (#382)
[ENHANCEMENT] Switch logging to go-kit (#447)
[BUGFIX] Handle trailing linefeed in NetSNMP output adding 1 to the error count (#398)

0.15.0 / 2019-02-12

12 Feb 14:58
v0.15.0
Compare
Choose a tag to compare

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

04 Dec 15:50
v0.14.0
Compare
Choose a tag to compare

[FEATURE] Add dry-run option to validate configuration (#363)
[FEATURE] Add support for LLDP-MIB's LldpPortId (#337)
[ENHANCEMENT] Add automatic Cou nter64 wrapping (#351)
[ENHANCEMENT] Add comment that snmp.yaml is auto-generated (#364)
[BUGFIX] Fix signal handling (#353)

0.13.0 / 2018-09-12

12 Sep 11:11
v0.13.0
Compare
Choose a tag to compare

[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

15 Aug 12:18
v0.12.0
Compare
Choose a tag to compare

[FEATURE] Support added for DateAndTime textual convention (#322)
[BUGFIX] Avoid false positives when looking for display strings (#312)

0.11.0 / 2018-05-30

30 May 10:32
v0.11.0
Compare
Choose a tag to compare

[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

09 May 12:02
v0.10.0
Compare
Choose a tag to compare

[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