mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 18:38:30 +00:00
add draw area
This commit is contained in:
parent
31412baabd
commit
43c4646592
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ if (count($argv) === 2 && $argv[1] === 'config') {
|
||||||
echo "graph_info Displays the sum of online users in your Moodle site\n";
|
echo "graph_info Displays the sum of online users in your Moodle site\n";
|
||||||
echo "users_online.label online users\n";
|
echo "users_online.label online users\n";
|
||||||
echo "users_online.min 0\n";
|
echo "users_online.min 0\n";
|
||||||
|
echo "users_online.draw AREA\n";
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue