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

add draw area

This commit is contained in:
ak4t0sh 2014-09-15 18:42:57 +02:00
parent 31412baabd
commit 43c4646592

View file

@ -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 "users_online.label online users\n";
echo "users_online.min 0\n";
echo "users_online.draw AREA\n";
exit(0);
}