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:
parent
5936529743
commit
57c0e46b0f
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue