diff --git a/plugins/other/snmp_memory b/plugins/other/snmp_memory index b5e16450..67f78064 100755 --- a/plugins/other/snmp_memory +++ b/plugins/other/snmp_memory @@ -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";