1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

plugins/backuppc: fix multigraph

This commit is contained in:
Steve Schnepp 2013-05-23 17:06:44 +02:00
parent 74c8b337de
commit d69bc45ad5

View file

@ -32,6 +32,7 @@ if [ "$1" = "config" ]; then
exit 0 exit 0
fi fi
echo "multigraph backuppc_sizes"
for h in $HOSTS for h in $HOSTS
do do
SIZE=$(awk '{ size = $6 } END { print size; }' ${PCDIR}/${h}/backups) SIZE=$(awk '{ size = $6 } END { print size; }' ${PCDIR}/${h}/backups)