Skip to content

Releases: prometheus/snmp_exporter

0.25.0 / 2023-12-10

11 Dec 10:42
v0.25.0
9c42d6c
Compare
Choose a tag to compare
  • [ENHANCEMENT] generator: Add support for subsequent address family #782
  • [ENHANCEMENT] generator: Fix lookups to match OIDs closer to the index OID. #828
  • [FEATURE] Add a scaling factor #1026
  • [FEATURE] generator: Enable passing input file, output file, and mibs dir as flags #1028
  • [FEATURE] Add an offset factor #1029
  • [BUGFIX] Fix and optimize generator Docker image building #1045

snmp.yml changes:

  • Override bsnAPName to DisplayString #660
  • Import TP-Link EAP MIB #833
  • Updated Mikrotik neighbor indexes make them unique #986
  • Update PowerNet MIB to v4.5.1 #1003
  • Refactor HOST-RESOURCES-MIB #1027
  • Update keepalived MIB files to latest version #1044

0.24.1 / 2023-09-01

01 Sep 21:09
v0.24.1
f8826bc
Compare
Choose a tag to compare
  • [BUGFIX] Remove auth label from collection metric #981

0.24.0 / 2023-08-29

29 Aug 13:17
v0.24.0
c9fd025
Compare
Choose a tag to compare
  • [CHANGE] Sanitize invalid UTF-8 #968
  • [FEATURE] Support fetching multiple modules in one scrape #945
  • [FEATURE] Support loading multiple configuration files #970

0.23.0 / 2023-07-20

16 Aug 11:05
v0.23.0
20657d2
Compare
Choose a tag to compare

BREAKING CHANGES:

This version of the exporter introduces a new configuration file format. This
new format separates the walk and metric mappings from the connection and
authentication settings. This allows for easier configuration of different
auth params without having to duplicate the full walk and metric mapping.

See auth-split-migration.md for more details.

  • [CHANGE] Split config of auth and modules #859
  • [FEATURE] Add support for parsing SNMP transport from target #914
  • [ENHANCEMENT] Improved Lookup process for label information #908
  • [BUGFIX] Fix metrics path not using command-line argument value #904

0.23.0-rc.1 / 2023-07-20

20 Jul 11:15
v0.23.0-rc.1
982a1b3
Compare
Choose a tag to compare
Pre-release

BREAKING CHANGES:

This version of the exporter introduces a new configuration file format. This
new format separates the walk and metric mappings from the connection and
authentication settings. This allows for easier configuration of different
auth params without having to duplicate the full walk and metric mapping.

See auth-split-migration.md for more details.

  • [CHANGE] Split config of auth and modules #859
  • [FEATURE] Add support for parsing SNMP transport from target #914
  • [ENHANCEMENT] Improved Lookup process for label information #908
  • [BUGFIX] Fix metrics path not using command-line argument value #904

0.23.0-rc.0 / 2023-07-04

06 Jul 15:10
v0.23.0-rc.0
4287732
Compare
Choose a tag to compare
Pre-release

BREAKING CHANGES:

This version of the exporter introduces a new configuration file format. This
new format separates the walk and metric mappings from the connection and
authentication settings. This allows for easier configuration of different
auth params without having to duplicate the full walk and metric mapping.

See auth-split-migration.md for more details.

  • [CHANGE] Split config of auth and modules #859
  • [ENHANCEMENT] Improved Lookup process for label information #908
  • [BUGFIX] Fix metrics path not using command-line argument value #904

0.22.0 / 2023-06-15

17 Jun 12:49
v0.22.0
7b0657f
Compare
Choose a tag to compare
  • [FEATURE] Add indices filters #624
  • [FEATURE] Add MIBOPTS flag to the generator #891
  • [ENHANCEMENT] Treat Bits as OctetString #870
  • [ENHANCEMENT] Report duration in logs for canceled scrapes #876
  • [BUGFIX] Fix several generator MIBs. #843, #868, #889

0.21.0 / 2022-11-22

23 Nov 17:13
v0.21.0
0d8c352
Compare
Choose a tag to compare
  • [CHANGE] Update to exporter-toolkit v0.8.1 (#810)
  • [FEATURE] Support chained lookups in the generator (#757)
  • [ENHANCEMENT] Add per-SNMP packet statistics. (#656)
  • [ENHANCEMENT] Add support for aes192c and aes256c privacy protocol (#657)
  • [ENHANCEMENT] Support responding from different source address (#702)
  • [BUGFIX] Fixes dropped context passing (#634)
  • [BUGFIX] Add version flag (#717)
  • [BUGFIX] Fix retries in generator (#786)

0.20.0 / 2021-02-12

12 Feb 11:45
c33572b
Compare
Choose a tag to compare

NOTE: This is a safe harbor release. Future releases will have breaking changes to the configuration format.

  • [ENHANCEMENT] Remove vendoring
  • [ENHANCEMENT] Add TLS support

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)