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:
commit
115371dfa4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue