1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00

Merge pull request #635 from ak4t0sh/master

file_size graph : useless graph_scale removal
This commit is contained in:
Stig Sandbeck Mathisen 2015-08-29 15:04:48 +02:00
commit 5a939acdd0

View file

@ -81,7 +81,6 @@ if (count($argv) === 2 && $argv[1] === 'config') {
echo "graph_args --base 1024 --lower-limit 0\n";
echo "graph_vlabel size\n";
echo "graph_category Moodle\n";
echo "graph_scale no\n";
echo "graph_total total\n";
echo "graph_info Displays the total size of moodle users files and repartition by type\n";
@ -119,7 +118,6 @@ echo "graph_title Moodle Files Size\n";
echo "graph_args --base 1024 --lower-limit 0\n";
echo "graph_vlabel size\n";
echo "graph_category Moodle\n";
echo "graph_scale yes\n";
echo "graph_total total\n";
echo "graph_info Displays the total size of moodle users files and repartition by type\n";