You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 1.9.0 version of Telegraf was a bug with the ping plugin in Freebsd (#5112) and I can not upgrade at the moment. So I tried to use the arguments option, since this should ignore all default values. It ignores all default values but also ignore the URL list. The Hosts from the URLs options is not past to the ping command as you can see below.
Relevant telegraf.conf:
System info:
Steps to reproduce:
In the 1.9.0 version of Telegraf was a bug with the ping plugin in Freebsd (#5112) and I can not upgrade at the moment. So I tried to use the arguments option, since this should ignore all default values. It ignores all default values but also ignore the URL list. The Hosts from the URLs options is not past to the ping command as you can see below.
telegraf --test --config telegraf.conf --input-filter ping
ps a |grep "/sbin/ping"
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: