-
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
Remote host WMI collection capabilty in the win_wmi plugin #14942
Comments
Hi, I had some déjà vu thinking we already did this, but #12556 was about Let me talk to folks about this tomorrow. It seems this has come up before. |
Sven is going to look into doing this. This should be similar to what we have for win_perf_counters in terms of auth, and does mean that this would only be available from a windows machine to a windows machine. |
It would be super useful. For windows, I find myself more and more gathering the |
@shockogit please test the binary in #14973 and let me know if it works for your use-case! |
Works perfectly! |
Use Case
The ability for the WMI plugin
telegraf/plugins/inputs/win_wmi/win_wmi.go
Line 1 in 9a9bb16
Expected behavior
The ability to specify a remote host(s) to gather WMI data from
Actual behavior
Only local host is supported so agent must run on host. No agentless capability.
Additional info
WMI is generally a datastore accessed remotely by numerous native windows tools. Seems logical to add this feature.
The text was updated successfully, but these errors were encountered: