summaryrefslogtreecommitdiffstats
path: root/glances/exports/glances_influxdb.py
AgeCommit message (Expand)Author
2021-09-04Refactor exports modules loadingnicolargo
2021-07-24InfluxDB/InfluxDB2 Export object has no attribute hostname #1899nicolargo
2021-07-09Glances 3.2.0 and influxdb export - Missing network data #1893nicolargo
2021-05-29Generate specific tag from stats' key for InfluxDB and InfluxDB2 export #1871nicolargo
2021-05-27Generate specific tag for every docker container on influxdb export #1871nicolargo
2020-12-23First version of the new influxdb2 exporternicolargo
2020-02-10Reduced precision to seconds in influxdb exportfcalvet
2019-11-21Glances writing lots of Docker Error message in logs file #1561nicolargo
2019-11-09Prevent exporting empty data to InfluxDBnicolargo
2019-08-14Cannot restart glances with --export influxdb after update to 3.1.1 #1530nicolargo
2019-07-27:ambulance: Fix typo for protocol, fixes #1514Paul Sinclair
2019-07-03Can't connect to influxdb with https enabled #1497nicolargo
2019-01-19Glances 3.1.0nicolargo
2018-05-16Reduce the number of log message during InfluxDB exportnicolargo
2018-05-12Change copyright year to 2018nicolargo
2017-12-26Add dynamic fields in all sections of the configuration file #1204nicolargo
2017-10-17Refactor InfluxDB (API is now stable) #1166nicolargo
2017-01-09exports: fix imports due to load_conf() refactor and remove now unused onesAlessio Sergi
2017-01-09Copyright 2017Alessio Sergi
2017-01-07Refactor init of export modulesnicolargo
2016-12-28Refactor load_exports methodnicolargo
2016-06-02No more Python 2.6 compatible string.format callsAlessio Sergi
2016-04-28Correct log messageNicolargo
2016-02-07Correct issue export InfluxDB 0.10nicolargo
2015-12-17Remove unused variable 'v'Alessio Sergi
2015-12-12InfluxDB > 0.9.3 needs float and not int for numerical value. Correct issue#7...nicolargo
2015-11-14Move core at the top of the module treeAlessio Sergi
2015-11-06InfluxDB/OpenTSDB: fix broken tag parsingAlessio Sergi
2015-11-04More super() callAlessio Sergi
2015-11-03Use the new compat moduleAlessio Sergi
2015-08-06Add support for OpenTSDB export (issue #638)Nicolargo
2015-07-18Use Python 2.6 compatible string.format calls (closes #633)Alessio Sergi
2015-07-12Correct issue with long container name (Docker plugin)Nicolargo
2015-07-08Support InfluxDB 0.9.xBrandon Adams
2015-06-19Allow export of Docker and sensors plugins stats to InfluxDB, StatsD... (issu...nicolargo
2015-05-16glances_influxdb.py: use client for InfluxDB v0.8.xAlessio Sergi
2015-05-16Remove unused variablesAlessio Sergi
2015-05-11flake8Alessio Sergi
2015-05-11PEP 257Alessio Sergi
2015-04-16No more system-wide configuration file by defaultAlessio Sergi
2015-03-28Change log level for InfluxDB 0.8 fallbacknicolargo
2015-03-28Remove not necessary log messagenicolargo
2015-03-27Influxdb plugin: add compatibility with both 0.8 and 0.9 APInicolargo
2015-03-27Add the quiet mode (-q)nicolargo
2015-03-22Add prefix option to the InfluxDB export modulenicolargo
2015-03-12InfluxDB module: Python 3 supportAlessio Sergi
2015-03-10Ready for influxdb-0.3. No more FutureWarning error messagenicolargo
2015-01-03Factorize export codeNicolargo
2015-01-01Add GlancesActions class. Actions are run every refresh time... It sucks...Nicolargo
2014-12-30Statsd export module is OkNicolargo