1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 02:18:08 +00: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