1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

fix graph_total

This commit is contained in:
ak4t0sh 2014-11-27 16:24:31 +01:00
parent eb2979cb23
commit a116a2591e

View file

@ -54,7 +54,7 @@ if (count($argv) === 2 && $argv[1] === 'config') {
echo "graph_category Moodle\n";
echo "graph_scale no\n";
echo "graph_info Displays the sum of module, as well as module instance number by type, in your Moodle site\n";
echo "graph_total.label total\n";
echo "graph_total total\n";
$draw = "AREA";
foreach($data as $entry) {
echo "modules_".$entry->modulename.".label ".$entry->modulename."\n";