1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

[file_length_] List full file path in info

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2021-01-18 16:08:46 +11:00 committed by Lars Kruse
parent 11c6d82791
commit 52898ef50c

View file

@ -76,6 +76,7 @@ fi
BF=$(basename "${F}")
echo "${MF}.label ${BF}"
echo "${MF}.type ${TYPE}"
echo "${MF}.info ${F}"
echo "${MF}.min 0"
done