[influxdb] Re: Kapacitor and external InfluxDB.

2016-10-13 Thread codeprojtwo
вторник, 11 октября 2016 г., 20:29:26 UTC+3 пользователь codep...@gmail.com написал: > I'm having a hard time setting up a record. Currently kapacitor.conf contains: > > [[influxdb]] > enabled = true > name = "cp" > default = true > urls = ["http://influx-cp.internal:8086;] > username

[influxdb] /Var directory gets full after a week of posting data to InfluxDB

2016-10-13 Thread tracyann . monteiro
I have influxDB 1.0.0 running on one of my VM's. I have created a DB with a retention policy of one hour and a Python script that posts data to InfluxDB every 5 minutes. After running InfuxDB for a week, the /var directory gets full. Is there any way of avoiding this? -- Remember to include

Re: [influxdb] InfluxDB restarts every 24 hours and some data is missing

2016-10-13 Thread Sean Beckett
> Now, we have two issues, one is that server restart every 24h due to OOM, look at this: Does the RAM use spike every 24 hours, or does it slowly grow? One of your tags is a MAC address. That has very high cardinality. How many series are there in your system?

Re: [influxdb] Re: question about last performance

2016-10-13 Thread Sean Beckett
See this comment on a LIMIT issue for context on why the LAST() point in a series can be tough to define. With no tags included, the system has to look for the LAST() point in every possible series for that measurement.

[influxdb] Re: InfluxDB Raspberry Pi installation?

2016-10-13 Thread Frank Inselbuch
After you tar you will install it with dpkg. It will probably get started automatically at that point. But if you want to start it/restart/stop just sudo service influxd start (or restart or stop) by default I believe the server will be available for http: requests on port 8086 i would

Re: [influxdb] Internal server error, timeout and unusable server after large imports

2016-10-13 Thread Tanya Unterberger
Thanks, Sean. It is good to know what the limitations are. And good that I made a mistake at the start and we kind of have a work around... On 13 October 2016 at 16:24, Sean Beckett wrote: > Tonya, when you write the data in ms but don't specify the precision, the > database

[influxdb] InfluxDB Raspberry Pi installation?

2016-10-13 Thread EBRAddict
Hi, I'd like to try InfluxDB on a Raspberry Pi 3 for a mobile sensor project. Currently it's logging ~50 data points every 200ms to a USB flash drive text file but I want to ramp that up to 200 every 10ms, or however fast I can push data from the microcontrollers to the Pi. I downloaded and

[influxdb] Re: Reg usage of telegraf for Docker Stats within Container

2016-10-13 Thread kostas
On Wednesday, October 12, 2016 at 6:33:18 PM UTC+3, pck...@gmail.com wrote: > Hi, > > I am using Telegraf in my current production environment to read the jolokia > for JVM Stats and saves it in Influxdb. In the same way I would like to use > the same telegraf plugin to post the Docker Stats to