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

draw mode changed to AREASTACK

This commit is contained in:
Cristian Deluxe 2016-11-02 07:06:36 +01:00
parent ce23bdde59
commit 87a6a775b3

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 STACK"
echo "${i}.draw AREASTACK"
done
exit 0