When using the native ping method (as recommended) instead of exec, telegraf is unable to ping when run as a non privileged user. The fix is simple but I always forget the command.

setcap cap_net_raw+ep /usr/bin/telegraf

internal server error

Another, unrelated issue I seem to have after upd...