summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_docker.py
AgeCommit message (Expand)Author
2021-06-19Sparkline not working in server/client mode #1881 - For the moment disable sp...nicolargo
2021-06-14Docker containers information missing with Docker 20.10.x #1878nicolargo
2021-05-27Improve Docker client connectionnicolargo
2021-05-26Make the Docker API connection timeout configurableNicolas Hennion
2021-05-24Filter data exported from Docker pluginNicolas Hennion
2021-05-23Correct an issue when stats use old stats (example network). Had also to deal...nicolargo
2021-05-13Correct test before using cachenicolargo
2021-05-13Correct issue with latest version of Docker API (1.41) - See details in issue...nicolargo
2020-11-15Filter docker containers #1748nicolargo
2020-11-15Add hide filter to Docker list (first part of #1748)nicolargo
2020-09-12Do not shorten container names #1723nicolargo
2020-07-21Bring back 'rss' and 'cache' memory stats in docker pluginAnartz Nuin
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