From 28de18ec75bf0625076a42ac7d70bda691472791 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 16 Sep 2021 19:58:09 +0200 Subject: [PATCH] doku --- docker_storage | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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)