diff --git a/docker_storage b/docker_storage index 1326bbd..1e49345 100644 --- a/docker_storage +++ b/docker_storage @@ -4,17 +4,13 @@ # Michael Grote # michael.grote ät posteo.de -# Outputs the running, stopped and total counts of ProxMox VMs and LXCs. +# Outputs the count of docker images, containers and volumes. +# Outputs the size of docker images, containers and volumes. # needs to be run as user: root AND group: root # [proxmox_count] # user root # group root -# Include plugin.sh -# . $MUNIN_LIBDIR/plugins/plugin.sh - -# is_multigraph - # Pfade zu binaries wdocker=$(which docker)