Ping Plugin with multiple interfaces

Hello @cinntech,
Sorry for the delay. You can add tags in telegraf like this:

[[inputs.ping]]
hostname = “wan2”

[inputs.ping.tags]
interface = “foo”

I would try adding tags and using one config.

Thanks!