mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
plugins/backuppc: fix multigraph
This commit is contained in:
parent
74c8b337de
commit
d69bc45ad5
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ if [ "$1" = "config" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
echo "multigraph backuppc_sizes"
|
||||
for h in $HOSTS
|
||||
do
|
||||
SIZE=$(awk '{ size = $6 } END { print size; }' ${PCDIR}/${h}/backups)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue