mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 18:38:30 +00:00
draw mode changed to AREASTACK
This commit is contained in:
parent
ce23bdde59
commit
87a6a775b3
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ if [ "$1" = 'config' ]; then
|
||||||
echo "${i}.label ${i}"
|
echo "${i}.label ${i}"
|
||||||
echo "${i}.type DERIVE"
|
echo "${i}.type DERIVE"
|
||||||
echo "${i}.min 0"
|
echo "${i}.min 0"
|
||||||
echo "${i}.draw STACK"
|
echo "${i}.draw AREASTACK"
|
||||||
done
|
done
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue