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

Merge pull request #719 from Niluge-KiWi/master

disk/raid-mismatch-count improvements
This commit is contained in:
sumpfralle 2016-10-17 00:06:48 +02:00 committed by GitHub
commit 115371dfa4

View file

@ -50,6 +50,8 @@ graph_vlabel Count
__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