Update mdlayher/apcupsd dependency#8444
Merged
ssoroka merged 1 commit intoinfluxdata:masterfrom Nov 20, 2020
Merged
Conversation
b2a34f9 to
ea21e75
Compare
Member
|
This probably requires a |
Contributor
Author
|
Thanks for the suggestion @srebhan ! I think I just beat you to it with the force push I did ;) |
Used by apcupsd input plugin. The problem that occured was: 2020-11-20T14:06:51Z E! [inputs.apcupsd] Error in plugin: can't parse time: "02/19/2020"
ea21e75 to
aabdcec
Compare
Contributor
Author
|
The unit tests for the plugin were failing (forgot to update). I just updated the unit test to match with the behavior of the used library. Instead of parsing it as a time.Time object it is now returned as a string where input == output. See the following commit for further insights: mdlayher/apcupsd@149abe0 |
ssoroka
approved these changes
Nov 20, 2020
ssoroka
pushed a commit
that referenced
this pull request
Dec 1, 2020
(cherry picked from commit 521caf3)
arstercz
pushed a commit
to arstercz/telegraf
that referenced
this pull request
Mar 5, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the mdlayher/apcupsd dependency to the latest commit. This contains a fix for the apcupsd input plugin. The problem that otherwise occurred is (in Telegraf v1.16.2):
Updating the dependency results in a working input plugin again:
Fixes #6675
Pinging @danielnelson for review and merge.
My output when executing
apcaccess:Required for all PRs: