This commit is contained in:
Michael Grote 2021-09-16 19:58:09 +02:00
parent 972cdd2040
commit 28de18ec75
1 changed files with 2 additions and 6 deletions

View File

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