1
0
Fork 0
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:
ak4t0sh 2014-09-22 23:56:30 +02:00
parent b9f9e90ab0
commit 79e9b2b9da

View file

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