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:
parent
934adaf3fc
commit
cd1345e5a8
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue