mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
replace some draw area by draw stack
This commit is contained in:
parent
afc0bcab08
commit
e0ed244962
2 changed files with 5 additions and 4 deletions
|
@ -48,9 +48,9 @@ if (count($argv) === 2 && $argv[1] === 'config') {
|
|||
echo "users_active.min 0\n";
|
||||
echo "users_active.draw AREA\n";
|
||||
echo "users_suspended.min 0\n";
|
||||
echo "users_suspended.draw AREA\n";
|
||||
echo "users_suspended.draw STACK\n";
|
||||
echo "users_deleted.min 0\n";
|
||||
echo "users_deleted.draw AREA\n";
|
||||
echo "users_deleted.draw STACK\n";
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue