We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The System input plugin is not implemented for Windows.
[[inputs.system]]
telegraf v1.2.1 windows server 2008r2
E! ERROR in input [inputs.system]: not implemented yet
The plugin would be implemented for Windows OR a disclaimer that it only works for unix-like systems.
No uptime data is logged.
As an alternative, win_perf_counters can be used to obtain the uptime:
win_perf_counters
[[inputs.win_perf_counters.object]] ObjectName = "System" Counters = [ "System Up Time" ] Instances = ["------"] Measurement = "win_uptime"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug report
The System input plugin is not implemented for Windows.
Relevant telegraf.conf:
System info:
telegraf v1.2.1
windows server 2008r2
Steps to reproduce:
[[inputs.system]]
to telegraf.confE! ERROR in input [inputs.system]: not implemented yet
Expected behavior:
The plugin would be implemented for Windows OR a disclaimer that it only works for unix-like systems.
Actual behavior:
No uptime data is logged.
Additional info:
As an alternative,
win_perf_counters
can be used to obtain the uptime:The text was updated successfully, but these errors were encountered: