1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-29 04:14:55 +00:00

Fixed typ0 on line 91 and 95 (changed grap_args to graph_args)

This commit is contained in:
mfn 2010-06-10 00:05:32 +02:00 committed by Steve Schnepp
parent 5936529743
commit 57c0e46b0f

View file

@ -88,11 +88,11 @@ if (defined $ARGV[0] and $ARGV[0] eq "config")
if ($memsize > 0)
{
print "grap_args --base 1024 -l 0 --upper-limit $memsize\n";
print "graph_args --base 1024 -l 0 --upper-limit $memsize\n";
}
else
{
print "grap_args --base 1024 -l 0\n";
print "graph_args --base 1024 -l 0\n";
}
print "memory.draw AREA\n";