1
0
Fork 0
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:
ak4t0sh 2014-09-16 13:34:46 +02:00
parent afc0bcab08
commit e0ed244962
2 changed files with 5 additions and 4 deletions

View file

@ -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);
}