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

Fixed type in dm-cache

s/voulme/volume
This commit is contained in:
Am1GO 2014-11-23 21:08:33 +03:00
parent 550a4f33dd
commit 69e8811972
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ case $1 in
echo 'graph_args --base 1000'
echo 'graph_vlabel blocks'
echo 'graph_category disk'
echo "graph_info This graph shows the dm-cache cache occupancy of the $CVOL cached voulme."
echo "graph_info This graph shows the dm-cache cache occupancy of the $CVOL cached volume."
echo 'cache_used_metadata.label Used metadata'
echo 'cache_used_metadata.info Used metadata blocks for cache'
echo 'cache_total_metadata.label Total metadata'

View File

@ -72,7 +72,7 @@ case $1 in
echo 'graph_args --base 1000'
echo 'graph_vlabel blocks/sec'
echo 'graph_category disk'
echo "graph_info This graph shows the dm-cache cache statistics of the $CVOL cached voulme."
echo "graph_info This graph shows the dm-cache cache statistics of the $CVOL cached volume."
echo 'cache_read_hits.type DERIVE'
echo 'cache_read_hits.label Read hits'