2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

disk/raid-mismatch-count != 0 is a critical alert

This commit is contained in:
Thomas Riccardi 2016-05-15 17:38:38 +02:00
parent d42751c908
commit b149f0cf63

View File

@ -50,6 +50,7 @@ graph_vlabel Count
__EOF__
for target in $targets; do
echo "$target.label $target"
echo "$target.critical 1"
done
exit
fi