Nick Robinson
Nick Robinson
I tested with 2.0.2 build 2221 on Linux. What OS are you using?
I will give it a try on windows as well.
Running into the same issue with Version 1.4.1 (1.4.1.145)
@avicarmeli Were you able to make any progress here? I'm working through trying to get data from a Master Meter and am trying to replicate some of your work here.
Just in case anyone runs across this issue AWS has launched a new Deep Learning AMI with everything you need to get started running this project. * https://aws.amazon.com/blogs/ai/the-aws-deep-learning-ami-now-with-ubuntu/
A little late to the party here, but here is what works for me with Hasura: ``` ajaxOptions: function (data) { let opts = { 'dataType': 'json', 'data': data, 'type':...
@supershal It is possible to batch datapoints sent to InfluxDB by including a newline between values. For example: ``` curl -i -XPOST 'http://localhost:8086/write?db=mydb' --data-binary 'cpu_load_short,host=server02 value=0.67 cpu_load_short,host=server02,region=us-west value=0.55 1422568543702900257 cpu_load_short,direction=in,host=server01,region=us-west...
Is this still needed since the write_tsdb plugin seems to be working fine with InfluxDB?