mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
change drawing type to AREA
This commit is contained in:
parent
b9f9e90ab0
commit
79e9b2b9da
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ if (count($argv) === 2 && $argv[1] === 'config') {
|
|||
echo "graph_info Displays the number of new logs written\n";
|
||||
echo "logs.label logs\n";
|
||||
echo "logs.min 0\n";
|
||||
echo "logs.draw AREA";
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue