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

disk/raid-mismatch-count better config: added .info per device

This commit is contained in:
Thomas Riccardi 2016-05-15 17:40:50 +02:00
parent b149f0cf63
commit 370e1d05c3

View file

@ -51,6 +51,7 @@ __EOF__
for target in $targets; do
echo "$target.label $target"
echo "$target.critical 1"
echo "$target.info Mismatch count for software raid device $target"
done
exit
fi