Skip to content

Commit

Permalink
Fix additional typos overlooked by previous typo-fix
Browse files Browse the repository at this point in the history
Refs: #982

Signed-off-by: Daniel Swarbrick <[email protected]>
  • Loading branch information
dswarbrick committed Sep 2, 2023
1 parent f8826bc commit d1cedf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-split-migration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Module and Auth Split Migration

Starting from `snmp_epxorter` [release v0.23.0](https://github.com/prometheus/snmp_exporter/releases/tag/v0.23.0) the configuration file format for the `snmp_epxorter` has been changed. Configuration files for [release v0.22.0](https://github.com/prometheus/snmp_exporter/releases/tag/v0.22.0) and before will not work. The configuration was split from a flat list of modules to separate metric walking/mapping modules and authentication configurations.
Starting from `snmp_exporter` [release v0.23.0](https://github.com/prometheus/snmp_exporter/releases/tag/v0.23.0) the configuration file format for the `snmp_exporter` has been changed. Configuration files for [release v0.22.0](https://github.com/prometheus/snmp_exporter/releases/tag/v0.22.0) and before will not work. The configuration was split from a flat list of modules to separate metric walking/mapping modules and authentication configurations.

This change necessitates migration of the generator config and `snmp_exporter` config to the new format.

Expand Down

0 comments on commit d1cedf2

Please sign in to comment.