mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Category Tree: Reduce number of categories
icecast -> streaming (icecast) moodle -> cms (moodle) postfwd2: mail -> fw (postfix)
This commit is contained in:
parent
6aa977b250
commit
a8d024ace4
13 changed files with 15 additions and 10 deletions
|
@ -38,7 +38,7 @@ if (count($argv) === 2 && $argv[1] === 'config') {
|
|||
echo "graph_title Moodle Chat Users\n";
|
||||
echo "graph_args --base 1000 --lower-limit 0\n";
|
||||
echo "graph_vlabel users\n";
|
||||
echo "graph_category Moodle\n";
|
||||
echo "graph_category cms\n";
|
||||
echo "graph_scale no\n";
|
||||
echo "graph_info Displays the number of users connected and posting message in chat sessions\n";
|
||||
echo "chat_users_connected.label users connected\n";
|
|
@ -39,7 +39,7 @@ if (count($argv) === 2 && $argv[1] === 'config') {
|
|||
echo "graph_title Moodle Forum Posts\n";
|
||||
echo "graph_args --base 1000 --lower-limit 0\n";
|
||||
echo "graph_vlabel number\n";
|
||||
echo "graph_category Moodle\n";
|
||||
echo "graph_category cms\n";
|
||||
echo "graph_scale no\n";
|
||||
echo "graph_info Displays the sum of new forums posts / discussions in your Moodle site\n";
|
||||
echo "forum_posts.label posts\n";
|
|
@ -39,7 +39,7 @@ if (count($argv) === 2 && $argv[1] === 'config') {
|
|||
echo "graph_title Moodle Quiz Attempts\n";
|
||||
echo "graph_args --base 1000 --lower-limit 0\n";
|
||||
echo "graph_vlabel attempts\n";
|
||||
echo "graph_category Moodle\n";
|
||||
echo "graph_category cms\n";
|
||||
echo "graph_scale no\n";
|
||||
echo "graph_info Displays the sum quiz attempts in your Moodle site\n";
|
||||
echo "quiz_attempts.label attempts\n";
|
Loading…
Add table
Add a link
Reference in a new issue