mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
change forum_discussion to forum_discussions in graph config
This commit is contained in:
parent
c31b957bdd
commit
22bbbd5c23
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@ if (count($argv) === 2 && $argv[1] === 'config') {
|
|||
echo "forum_posts.label posts\n";
|
||||
echo "forum_posts.min 0\n";
|
||||
echo "forum_posts.draw AREA\n";
|
||||
echo "forum_discussion.draw STACK\n";
|
||||
echo "forum_discussion.min 0\n";
|
||||
echo "forum_discussion.label discussions\n";
|
||||
echo "forum_discussions.draw STACK\n";
|
||||
echo "forum_discussions.min 0\n";
|
||||
echo "forum_discussions.label discussions\n";
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue