-
Notifications
You must be signed in to change notification settings - Fork 13
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
Wildcard/Select all fields #1
Comments
Not at the moment, but it's a nice idea! |
+1 |
I tried manually adding all fields for the ones in your yml file but I keep hitting this error:
The config section that bombs out is this:
` Win32_PerfFormattedData_PerfOS_Memory, Win32_PerfFormattedData_PerfDisk_LogicalDisk, Win32_OperatingSystem all work fine with all fields. Any idea from the code line in the error? |
@bigtoerag I'd recommend to avoid using this wmibeat implementation in production, because there is a crucial resource leak inside. The pull request (#2) fixing it was created quite a long time ago, so I assume @eskibars is no more interested in supporting the repository. |
I'm testing this beat now and it looks quite cool. Is there a way to automatically select 'all' fields?
The text was updated successfully, but these errors were encountered: