# Configuration for sending metrics to InfluxDB 2.0
[[outputs.influxdb_v2]]
# ## The URLs of the InfluxDB cluster nodes.
# ##
# ## Multiple URLs can be specified for a single cluster, only ONE of the
# ## urls will be written to each interval.
# ## ex: urls = ["https://us-west-2-1.aws.cloud2.influxdata.com"]
urls = ["http://192.168.X.Y:8086"]
#
# ## Token for authentication.
token = "---------------------------------------"
#
# ## Organization is the name of the organization you wish to write to.
organization = "iobroker"
#
# ## Destination bucket to write into.
bucket = "fritzbox"
Does anyone have an idea why nothing gets into the bucket?
Hello, I have a running influx2 installation, in order to include the Fritzbox, Telegraf was installed afterwards. adapted to my settings according to these instructions: https://www.howtoforge.de/anleitung/so-installierst-du-den-tig-stack-telegraf-influxdb-und-grafana-auf-ubuntu-22-04/ Data was also stored in the bucket, which I call fritzbox
I first created the bucket for the Fritzbox.
by means of
telegraf --config telegrafFritzBox.conf --test
the telegraf config looks like this
Does anyone have an idea why nothing gets into the bucket?