-
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
Windows ping plugin type error #1433
Comments
This plugin doesn't work on Windows, actually... There is no such implementation so far. |
As this is not closed yet, submitting a bug about Windows ping here. Windows ping output conflicts with default ping output: OS: Ubuntu 16.04
OS: Windows 7
The conflicting fields are average_response_ms, which is float in linux and integer in windows. Error is (seen in Windows machine):
|
Hey @sparrc I'm unable to use the ping input on windows machine. |
@dudusakharovich Please ask general questions at the InfluxData Community site. Also, if you want your problem solved you should follow proper protocol for asking technical questions: include detailed information about what you are trying, what you expect to happen, and what actually happened. |
This example does not work: Error parsing .\exec_telegraf.conf, Undefined but requested input: ping
[[inputs.ping]]
[ping]
I am also try config from #222 , but unsuccessful
The text was updated successfully, but these errors were encountered: