Projet

Général

Profil

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

root / plugins / docker @ a3ae1af1

# Date Auteur Commentaire
a3ae1af1 2021-07-14 16:17 Lars Kruse

docker_: use "exclude" filter for all graphs

64d5d8af 2021-07-14 16:11 Oliver

Added check to ensure network stats for container exist before reading them

51af0be0 2021-07-14 15:29 Daniel Neugebauer

docker_: sanitize value container names

docker_ plugin sanitized container names when printing config but
not values which led to a disparity resulting in no data on graphs
for all containers whose names are subject to sanitization. (#1212)

e794a441 2021-07-14 15:09 Olivier Mehani

Fix some AUTHORS so they all show properly in the plugin gallery

Signed-off-by: Olivier Mehani <>

98aeca5f 2021-02-23 08:34 Lars Kruse

Plugin docker_: fix indentation

be4ad90d 2021-02-23 08:33 Lars Kruse

Plugin docker_: use clean fieldname instead of literal container name

7ac85085 2021-02-22 18:13 Lars Kruse

Plugin docker_: reduce permissions of plugin

root privileges are not required for sending queries to the docker socket.
Instead the group "docker" should be sufficient.

Additionally replace /var/run with /run (following updates of FHS).

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 <>

09b88141 2020-10-24 11:29 Lars Kruse

Improve documantion of many plugins

Specifically the configuration examples are now indented properly.

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...
260c8c8f 2020-08-17 22:15 Andreas Perhab

docker_cpu: fix warnings when docker ps has empty list

0853d409 2020-08-17 22:15 Andreas Perhab

docker_cpu: fix data for container names starting with numbers

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

17f78427 2018-08-01 20:33 Lars Kruse

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files
989f09e6 2018-03-23 23:03 Lars Kruse

rename plugin example graphs for plugin gallery visualization

Some example graphs did not follow the naming convention required by the
plugin gallery.

6c3ce4e1 2017-02-22 10:22 dipohl

Category Tree: reduce number of categories

0a5f6adf 2016-01-04 20:42 Samuel Cantero

Docker Plugin

Ignore containers in weird state.

ae03bc6f 2015-10-25 17:04 Samuel Cantero

Docker plugin

Fix autoconf support

6de11456 2015-10-22 14:37 Samuel Cantero

Add Docker plugins

Docker plugins for:
- Monitor container CPU usage
- Monitor memory CPU usage