mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
lvs defaults to multiples of 1024 so updating the base for the graph.
This commit is contained in:
parent
77239cef72
commit
344c19174e
@ -32,7 +32,7 @@ clean_name() {
|
||||
if [ "$1" = "config" ]; then
|
||||
|
||||
echo 'graph_title Logical Volume usage'
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_args --base 1024 -l 0'
|
||||
# echo 'graph_vlabel %'
|
||||
echo 'graph_category disk'
|
||||
echo 'graph_info This graph shows disk usage on the machine.'
|
||||
|
Loading…
Reference in New Issue
Block a user