1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Fix string comparison.

This commit is contained in:
Chris Wilson 2012-11-01 10:29:10 +00:00
parent c00710c083
commit fcbc8edbf8
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ foreach my $process (keys %total_cpu_by_process)
close(PS);
if (@ARGV and $ARGV[1] == "config")
if (@ARGV and $ARGV[1] eq "config")
{
print <<END;
graph_title CPU time by Process

View file

@ -74,7 +74,7 @@ foreach my $process (keys %total_by_process)
close(PS);
if (@ARGV and $ARGV[1] == "config")
if (@ARGV and $ARGV[1] eq "config")
{
print <<END;
graph_title Page faults by Process