Re: [influxdb] Re: Can't start as service on FreeBSD jail FreeNAS

2016-12-02 Thread Vick Khera
FreeBSD standard is to put it in /var/db but the port doesn't do it. I changed the config file. > On Dec 2, 2016, at 10:49, Erik Näsström wrote: > > Sweet, never knew where to look for it earlier, had a permission error when > it was trying to create /var/lib/ > Probably

[influxdb] sum of rate

2016-12-02 Thread ihashu
hi sum of derivative() rather than derivative(sum(value),10s)? I wonder if influxdb could have sum of rate opiton. Thanks Shu -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this

[influxdb] Install Influxdb to raspberry pi

2016-12-02 Thread vaghar
Hello, I am trying to install version 0.9.6.1 of the Influxdb on my Raspberry Pi 3. I followed instructions from here: http://www.lindleyhome.com/?p=88 When I ran "./package.sh -t deb -p 0.9.6.1", I got this error: /main.go:5:2: can't find package "context" in any of: I looked

[influxdb] Re: Are time series within a result from a select statement guaranteed to be in any particular order?

2016-12-02 Thread Travis Keep
I had hypothesized that time series are ordered by name first and then ordered by the tags hash key using the HashKey() method in models/points.go. To test my hypothesis, I used tag foo=hello.there on one time series and tag foo=hello there on another and named the time series the same. The

[influxdb] Chronograf Connecting to Influx with Self-Signed Cert

2016-12-02 Thread ralph
We have an InfluxDB running and using a self-signed cert. We can successfully push stats into it using Telegraf, which uses a self-signed cert too. However, Chronograf won't connect to the InfluxDB instance. We can turn SSL on, but it just says: Get

Re: [influxdb] influxdb python tutorial not working

2016-12-02 Thread Ross McDonald
What if you set the RP to infinite? You'll want to change the "3d" to "inf": ``` client.create_retention_policy(retention_policy, 'inf', 3, default=True) ``` On Thu, Dec 1, 2016 at 5:42 PM, wrote: > On Thursday, December 1, 2016 at 2:13:39 PM UTC-8, Ross McDonald wrote: > >

[influxdb] Re: CPU usage Query !

2016-12-02 Thread kmg
I checked the docs and tried multiple queries. Final I stopped at this stage. select sum(value) from ucd_cpu where hostname='localhost' and oid=~ /^ssCpuRaw*/ and time > '2016-09-18T22:47:53.408149394Z' and time < '2016-09-18T22:52:53.531283581Z' group by time(5m) this query just sum all the