-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monitor available entropy #3524
Conversation
closes #2647 |
plugins/inputs/system/kernel.go
Outdated
fields := make(map[string]interface{}) | ||
|
||
fields["entropy_available"] = int64(entropyValue) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just call it entropy_avail
to match what is in proc.
Is there anything that I can do to help this PR to be merged and shipped ? |
I have something like this to collect entropy in the mean time. telegraf.conf
shell script
|
@gerardocorea92 Do you think you could fix the unit test? |
@danielnelson pushed commit to fix CircleCI testing. |
Required for all PRs: