mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Changed draw mode to STACK
This commit is contained in:
parent
48ab33220e
commit
ce23bdde59
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 AREA"
|
echo "${i}.draw STACK"
|
||||||
done
|
done
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue