-
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
Error in ping plugin #443
Comments
thanks for the report |
Under the hood the ping plugin is not really cross-platform because it exec's directly the system |
closing in favor of #496 |
Since the ping plugin isn't going to be replaced with a Go ping plugin, this issue should be reopened and resolved. |
true, will do 👍 |
@sparrc so as I can see the native golang ping implementation has issues with reporting the incorrect latency? |
@xor-gate, nope, Telegraf isn't using a native go implementation, there is just one user who seems to have reported differences between executing ping via bash vs. executing via Telegraf, which I still can't explain. |
Hello,
The doc (and the code) mention :
ping timeout, in s. 0 == no timeout (ping -t )
timeout = 0.0
That is absolutely not true, at least on debian linux ,
-t is the flag for specifie ttl,
-W is the right option to use
Thks.
The text was updated successfully, but these errors were encountered: