12.08.2018, 07:03
I want to store LM object (values) data in an influxdb database, does anybody have any experience with this?
Their documentation (https://docs.influxdata.com/influxdb/v1....ting_data/) says that you can use the http api for storing data like this;
Is this possible from lua in the LM?
Thanks Mischa
Their documentation (https://docs.influxdata.com/influxdb/v1....ting_data/) says that you can use the http api for storing data like this;
Code:
curl -i -XPOST 'http://localhost:8086/write?db=mydb' --data-binary 'cpu_load_short,host=server01,region=us-west value=0.64 1434055562000000000'
Is this possible from lua in the LM?
Thanks Mischa