If you have to insert multiples values in an influxdb database. You can use curl and insert the values one at the time.
But there is a better way like in this example
Let’s say you want to insert your tree loadaverage values in you influxdb database.
First put them into variables using these 3 lines.
Then using this curl line, insert them all at once in your influxdb database