Hi,
I am trying to send all data 2 to influxdb instances.
According to the documentation you can specify more than 1 server.
But when I try this only the first of the influxdb instances receives the data.
Any idea what I can do to have this working?
My network.conf is:
LoadPlugin network
<Plugin network>
# client setup:
Username "mycompany"
Password "mycompany"
</Server>
Username "mycompany"
Password "mycompany"
</Server>
</Plugin>
Regards HP