summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_docker.py
AgeCommit message (Expand)Author
2019-08-17Refactor all the way config file is loaded (now by each plugin). Should solve...nicolargo
2019-07-02Improve error handling when docker restartsJoe Abbey
2019-04-27Glances crash on startup with a KeyError:u'docker' #1477nicolargo
2019-01-19Glances 3.1.0nicolargo
2018-09-12Add history to GPU stats. Allowing user to export stats (see #1319)nicolargo
2018-09-08Sort docker stats #1276nicolargo
2018-06-12Solve some encoding issuenicolargo
2018-05-12Change copyright year to 2018nicolargo
2018-04-29Stats updated during export (thread issue) #1250nicolargo
2018-04-02New Grafana Dashboardnicolargo
2018-04-02Catch error message in Docker pluginnicolargo
2018-01-30Correct warning message typonicolargo
2018-01-28Display debug message if dep lib is not found #1224nicolargo
2017-11-14Correct an issue if Docker exists but no container runningnicolargo
2017-10-29Make the left side bar width dynamic in the Curse UI #1177 - First runnicolargo
2017-10-28Correct an issue on Docker Statusnicolargo
2017-10-28Docker plugin WebUI is broken in the latest DEVELOP branch #1174nicolargo
2017-10-15Docstings of plugins are now PEP 257 compliantnicolargo
2017-10-12Docker module doesn't export details about stopped containers #1152nicolargo
2017-10-12glances_plugin.py has a problem with specific docker output #1160nicolargo
2017-10-03Correct an issue if the docker lib is not installednicolargo
2017-10-03Support for Docker API < 2.0 is deprecated (docker plugins)nicolargo
2017-03-06 Fix "'break' outside loop" and remove unused exceptionAlessio Sergi
2017-03-05Add timeout to requests requets...nicolargo
2017-02-22Do not use backslash for line continuationAlessio Sergi
2017-01-26issue#1009fraoustin
2017-01-21Not compatible with the new Docker API 2.0 (Docker 1.13) (issue #1000)nicolargo
2017-01-09Copyright 2017Alessio Sergi
2016-12-20Fix some bare except statementsAlessio Sergi
2016-12-18Use str.format() automatic numberingAlessio Sergi
2016-11-21fix missing local variable 'e' #968nicolargo
2016-11-01Correct an issue with Docker clientnicolargo
2016-10-31Refactors plugins to avoid calling views and history update inside the update...nicolargo
2016-10-30Refactor the --disable-* options #948nicolargo
2016-10-15Correct somes PEP8 errorsnicolargo
2016-10-09Implement action (part 3 of the issue) but the get_alert is now ugly...nicolargo
2016-10-09Implement per containers threasolds (part 2 of the issue)nicolargo
2016-10-09Implement default limits thresholds for Containers (part 1 of the issue)nicolargo
2016-10-06Workarround for the issue931. Not solve the issue but implement correctly the...nicolargo
2016-09-10version 2.7v2.7nicolargo
2016-09-10Resolve merge conflicts with master branchnicolargo
2016-08-21missing local variable "e"SkyLothar
2016-06-25Finalize New Ports Scanner plugin (issue#734)nicolargo
2016-06-02No more Python 2.6 compatible string.format callsAlessio Sergi
2016-05-12Crash with Docker 1.11 #848nicolargo
2016-05-10Correct network plugin duplication code and enhance Docker pluginNicolargo
2016-04-18Crash with Docker 1.11 #848nicolargo
2016-02-15fix crash in docker plugin if cpu usage not availablegeorgewhewell
2015-12-23Some Pep and Flake improvmentNicolargo
2015-12-17Remove unnecessary parens after 'del' keywordAlessio Sergi