Releases: DRuggeri/nut_exporter
Releases · DRuggeri/nut_exporter
v3.2.5
v3.2.4
Fix
- From this build forward, we will use the Dockerfile in this repo for builds vs an empty scratch image
v3.2.3
v3.2.2
Fix
- Do not accidentally drop/ignore strings when coaxing variables to integers. Thanks for the fix in #62, @cbryant42!
Misc
- Align module versioning semantics with expected Go semantics so
go installwill work as one would expect. Thanks for the fix in #60, @Electrenator!
v3.2.1
Misc
- Add final debug statement before exporting
- Fix slog misbalanced parameter count when examining variables
v3.2.0
New
- Allow setting log level and formatting of logs as JSON - see README.md for new parameters
Potential Breaking Changes
- The changes to the logging in this release may break monitoring systems watching the output of the logs. Everything is now formatted with the go slog package which uses keys and values with the new option of JSON formatting
v3.1.3
NEW
- Log a warning if
ups.statusis not set to be exported because it is a variable most people will need. Thanks for the idea in #52, @varac!
MISC
- Fix documentation links for available variables. Thanks for the PR #51, @tigattack!
- Add link to a community ansible role. Thanks for the heads up in #53, @sleepy-nols!
v3.1.1
v3.1.0
v3.0.0
Breaking
- The following command line parameters are no longer available, but can stil be configured in the new
web.config.fileparameter (with many others):web.tls.cert_fileweb.tls.key_fileweb.auth.username
New
- TLS and web setup is now using the Prometheus exporter-toolkit. This enables many new options and parameters to control the listening endpoint. Thanks, @SuperQ for the PR in #13!
- The exporter should now build for
riskv64architectures now. Thanks for the suggestion in #31, @clausecker! Note: releases are not yet provided for this architecture
Misc
- The sample dashboard now allows you to select the datasource. Thanks for #30, @paulfantom