-
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
scary ping error in logs #2653
Comments
This means the output InfluxDB already has received the field as a float, which is the correct type for this field. I suggest not running ping in Windows until this is fixed as it might cause the opposite problem with clients reporting it as a float as they fight over the field type. Can you run the ping command and add the output as well as the output of |
Certainly. I had to tweak your ping flags a bit:
That "time<1ms" looks fun. Internet pings were a little more interesting:
Flailing blindly at the values (it's nearly 2am here, so I'm a little too tired to be reading manpages) I got this:
|
Regarding the After that, the relevant part of the test output is:
|
If it is the same error just on a different plugin then don't open another ticket. |
They run fine normally (with warnings), but not when -test is passed. Slightly different issue. |
Okay go ahead and open an issue with the details |
Looks like this issue was fixed by #2462. |
Thanks! Sorry for the duplicate. |
Bug report
Relevant telegraf.conf:
System info:
Windows 10.
Steps to reproduce:
Run telegraf, view the log output.
Expected behavior:
See no scary warnings :)
Actual behavior:
See this:
Additional info:
I'm not yet sure what impact this has, but I guess that it means that my ping measurements aren't going to be correctly recorded.
The text was updated successfully, but these errors were encountered: