mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
lvs defaults to multiples of 1024 so updating the base for the graph.
This commit is contained in:
parent
77239cef72
commit
344c19174e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue