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