Fixed the 'process' graph in Multihost mode

This commit is contained in:
Jordi Sanfeliu 2015-02-25 13:19:11 +01:00
parent 52972c2853
commit 89d9b528e9
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ EOF
} }
next; next;
} }
if($g eq "fs") { if($g eq "fs" || $g eq "process") {
$n = 0; $n = 0;
foreach my $k (sort keys %{$config{graphs}}) { foreach my $k (sort keys %{$config{graphs}}) {
if($k =~ m/$g/) { if($k =~ m/$g/) {