Collectd forward to 2 influxdb instances

Hi,

I want to have collectd forward everything to 2 separate influxdb instances (each on a separate node).
When I read the documentation it looks as if you can specify multiple servers with the network plugin.
But when I do this only the first influxdb node receives the data.
Any clues why, and preferably how to get this working?
LoadPlugin network

# client setup:
<Server “node1.mycompany.com” “8096”>
Username “myusername”
Password “mypassword”

<Server “node2.mycompany.com” “8096”>
Username “myusername”
Password “mypassword”

Regards HP