Releases: prometheus/snmp_exporter
0.27.0 / 2025-01-03
BREAKING CHANGES:
This version of the exporter introduces a cleaned up default snmp.yml that moved all
ucd-snmp-mib oids into a separate module.
If you used one of the following modules:
- synology
- ddwrt
- kemp_loadmaster
you will need to change your scrape config to also include the ucd_la_table module as well.
See https://github.com/prometheus/snmp_exporter/tree/main?tab=readme-ov-file#multi-module-handling for further instructions.
- [CHANGE] generator: Update generator default MIBOPTS #1231
- [CHANGE] adopt log/slog, drop go-kit/log #1249
- [ENHANCEMENT] generator: Improve config error message #1274
- [FEATURE] add ParseDateAndTime type #1234
- [FEATURE] Set UseUnconnectedUDPSocket option if one of the modules has if set #1247
- [FEATURE] add NTPTimeStamp type #1315
- [BUGFIX] fixed dashboard mixins #1319
snmp.yml changes:
- cleanup ucd-snmp-mibs #1200
- moved oids from synology,ddwrt and kemp_loadmaster to new module ucd_la_table
- Added support for Sophos XG Series #1239
- Added support for HPE #1267
- Added support for powercom #1275
- Added support for Cisco IMC #1293
- Updated mib for apc #1303
- Added support for TPLink DDM #1304
0.26.0 / 2024-05-08
- [CHANGE] Improve generator parse error handling #1167
- [ENHANCEMENT] generator: Add generator HELP override #1106
- [ENHANCEMENT] Refactoring of Scrape process, fixing multiple module issues #1111
- [ENHANCEMENT] Skip using an interactive terminal in "make docker-generate". #1113
- [ENHANCEMENT] Add SNMPInflight metric #1119
- [FEATURE] Support for passing username, password & priv_password as env vars #1074
- [FEATURE] Add GoSNMP logger #1157
- [FEATURE] Add a "snmp_context" parameter to the URL #1163
- [BUGFIX] generator: curl failed #1094
- [BUGFIX] Fix SNMPv3 password configuration #1122
- [BUGFIX] generator: Update generator User-Agent #1133
- [BUGFIX] generator: fix mibs directory specification for parse_errors command #1135
- [BUGFIX] generator: remove extra character from dell iDrac-SMIv1 MIB #1141
- [BUGFIX] Fix do not expand envvars for empty config fields #1148
snmp.yml changes:
0.25.0 / 2023-12-10
- [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:
0.24.1 / 2023-09-01
- [BUGFIX] Remove auth label from collection metric #981
0.24.0 / 2023-08-29
0.23.0 / 2023-07-20
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.
0.23.0-rc.1 / 2023-07-20
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.
0.23.0-rc.0 / 2023-07-04
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.
0.22.0 / 2023-06-15
0.21.0 / 2022-11-22
- [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)