Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / docker / docker_ @ 807f15b9

Historique | Voir | Annoter | Télécharger (18,7 ko)

# Date Auteur Commentaire
807f15b9 2021-02-22 18:02 Ricardo Sanz

Add 'containers' to the supported series

Apparently, the code support that serie, as the docs say.

1fa5558a 2021-01-29 10:21 Olivier Mehani

[docker_] add multigraph support

Signed-off-by: Olivier Mehani <>

24825188 2021-01-29 10:21 Olivier Mehani

[docker_] status: report and warn on unhealthy containers

Signed-off-by: Olivier Mehani <>

d3a7b794 2021-01-29 10:21 Olivier Mehani

[docker_] expose APIClient from Wrapper

Signed-off-by: Olivier Mehani <>

3a20ae41 2021-01-29 10:21 Olivier Mehani

[docker_] memory: report `usage` if `total_rss` is not available

Signed-off-by: Olivier Mehani <>

b09fa4a7 2021-01-29 10:21 Olivier Mehani

[docker_] Add support for custom attributes reporting in extinfo

Signed-off-by: Olivier Mehani <>

c6f88968 2020-10-05 18:29 Lars Kruse

Improve perlpod formatting for multiple plugins

Escpecially the final marker ("=cut") was missing in these plugins.

109144de 2020-09-17 22:11 Olivier Mehani

[docker_] Get CPU count from os.cpu_count() everywhere

Docker-py and os.cpu_count() disagree on the count, leading to data
going beyond the scale of the graph. As Docker-py seems to have dummy
CPU data in the stats, we instead always rely on Python's CPU count....

5bb9b46e 2020-09-17 18:03 Olivier Mehani

[docker_] Fix network extinfo

Signed-off-by: Olivier Mehani <>

b1e3e601 2020-09-17 09:17 Olivier Mehani

[docker_] Fix missing f-string

Signed-off-by: Olivier Mehani <>

254eb56d 2020-09-09 15:43 Olivier Mehani

[docker_] Fake functools.cached_property for Python<3.8

Fixes: #1116
Signed-off-by: Olivier Mehani <>

13d5b234 2020-08-25 10:17 Olivier Mehani

[plugin/docker_] Improvements to docker_ plugin (#1094)

  • Add support for docker_network
  • Actually show non running containers counts
  • Show intermediate and dangling images counts
  • Add warnings on dangling images and dead containers
  • Fully support autoconf and suggest...
9e2b9182 2020-08-14 16:24 Rowan Wookey

Added env to exclude containers from cpu/memory docker graphs

It maybe desirable to not generate stats for ephemeral containers.
This commit adds an env variable EXCLUDE_CONTAINER_NAME which is a regex, if it matches
then the container is excluded from the cpu and memory graphs.

fcd2af7b 2020-04-18 09:43 Rowan Wookey

Improved docker_ performance when getting CPU/Memory stats

Added parallel processing using python's muliprocessing module
to fork a new process each for each docker container when gathering
stats.

This vastly improves performance since using a for loop the script...

937cb1d0 2020-02-16 14:27 Doctor

Rewrite Docker plugin

Fix:
- CPU
- Memory

Add:
- Containers number
- Containers status
- Images number
- Volumes number