1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

enable graph scale

This commit is contained in:
ak4t0sh 2014-11-27 16:23:11 +01:00
parent 934adaf3fc
commit cd1345e5a8

View file

@ -119,7 +119,7 @@ echo "graph_title Moodle Files Size\n";
echo "graph_args --base 1024 --lower-limit 0\n"; echo "graph_args --base 1024 --lower-limit 0\n";
echo "graph_vlabel size\n"; echo "graph_vlabel size\n";
echo "graph_category Moodle\n"; echo "graph_category Moodle\n";
echo "graph_scale no\n"; echo "graph_scale yes\n";
echo "graph_total total\n"; echo "graph_total total\n";
echo "graph_info Displays the total size of moodle users files and repartition by type\n"; echo "graph_info Displays the total size of moodle users files and repartition by type\n";