Issues with telegraf ping

I’m trying to monitor my fiber connection using the ping plugin.

telegraf --config telegraf.conf --test

gives the following output:

> ping,host=raspberrypi,url=google.nl average_response_ms=5.587367,maximum_response_ms=5.587367,minimum_response_ms=5.587367,packets_received=1i,packets_transmitted=1i,percent_packet_loss=0,result_code=0i,standard_deviation_ms=0,ttl=60i 1702068442000000000

along with all the other plugin outputs such as CPU, memory etc etc from my Rpy

However: The ping data does not appear in my influxdb, even though all the other data from telegraf appears as expected. The ping _measurement onlys shows ‘result_code’ and always with values ‘2’ (ping error), even though the telegraf data seems to be perfectly OK upon test.

I have no clue where to look further since it is not the telegraf connection to influx (all other data appears nicely)
Any clues?

InfluxDB v2.7.1Server: 407fa62Frontend: 9d25a2f
Telegraf 1.26.3 (git: HEAD@90f4eb29)