summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_docker.py
AgeCommit message (Expand)Author
2015-12-03fix unable to find version in docker api error exception parsingNicolas Hart
2015-11-22Correct minor Pep8 issuesnicolargo
2015-11-14Move core at the top of the module treeAlessio Sergi
2015-11-04More super() callAlessio Sergi
2015-11-03Use the new compat moduleAlessio Sergi
2015-09-20Use Python 2.6 compatible string.format calls (take 2)Alessio Sergi
2015-09-20Correct an issue while exiting Docker sub process on Python 3.4. Correct it f...nicolargo
2015-09-16tback: docker.containers() can return NoneTomas Tomecek
2015-09-09Add IOR and W to the Curses interfacenicolargo
2015-08-22Display Docker command in the Curses interfacenicolargo
2015-08-22Correct issue with args and thread in WebUI for the Docker plugin (issue #654)nicolargo
2015-08-21Replace Timer by sleepNicolargo
2015-08-20Add Timer to docker threadNicolargo
2015-08-13Crach with Docker plugin (issue #649)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-06-19Allow export of Docker and sensors plugins stats to InfluxDB, StatsD... (issu...nicolargo
2015-05-20Fatal error using Python 3.4 and Docker plugin bug (issue #602)nicolargo
2015-05-11flake8Alessio Sergi
2015-05-11PEP 257Alessio Sergi
2015-05-06Remove some dev log messagenicolargo
2015-05-04Merge feature - AngularJS based web interface #480Nicolargo
2015-05-01No more translationsAlessio Sergi
2015-04-19Merge branch 'develop' into refactor-web-uiNicolas Hart
2015-04-18Add comment for the Docker network stats issuenicolargo
2015-04-18Change the Docker plugin to use the new CPU stats as default methodnicolargo
2015-03-30Merge branch 'develop' into feature/issue480Nicolas Hart
2015-03-16Add catch if Docker lib is not in the good versionNicolargo
2015-03-10Hide Rx/Tx net interface for the Docker plugin. Not work has expectednicolargo
2015-03-08Merge branch 'develop' of https://github.com/nicolargo/glances into developnicolargo
2015-03-08Docker plugin now use the stats method as default grabber. The network stats ...nicolargo
2015-03-05Replace getters/setters with properties - Round 4Alessio Sergi
2015-03-05First try for the issue #520 but refresh problem...nicolargo
2015-02-23Do not use Python's built-in function names as variable namesAlessio Sergi
2015-02-22Use 'not' to test for empty setsAlessio Sergi
2015-02-22Misc fixesAlessio Sergi
2015-01-31Merge from develop branchNicolargo
2015-01-27Try/catch for containers CPU and MEM statsNicolargo
2015-01-25Correct an issue in Python3 if Docker client and Server are not in the same v...Nicolargo
2015-01-24Add per container CPU and MEM monitoring in the Docker plugin (issue #490)Nicolargo
2015-01-24Alert < 3 seconds are no longer displayedNicolargo
2015-01-19Add per container CPU and MEM monitoring in the Docker plugin (issue #490)Nicolargo
2015-01-15Clean client and server APINicolargo
2015-01-06Correct a bug with Docker module and server modeNicolargo
2015-01-04Manage if Docker-py not foundNicolargo
2015-01-04Docker plugin first versionNicolargo