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

Changed draw mode to STACK

This commit is contained in:
Cristian Deluxe 2016-11-02 07:00:45 +01:00
parent 48ab33220e
commit ce23bdde59

View File

@ -67,7 +67,7 @@ if [ "$1" = 'config' ]; then
echo "${i}.label ${i}"
echo "${i}.type DERIVE"
echo "${i}.min 0"
echo "${i}.draw AREA"
echo "${i}.draw STACK"
done
exit 0