X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=html%2Fcgi-bin%2Fgraphs.cgi;h=1ecc9c62c1c5afabcf0ebc753b93247c1034f5d7;hb=3900a6c7b6a871d5e2c9d4fa3d3c49d760b984f2;hp=3c1961e59127c96a8c639b1ac1ed80d749d1dec8;hpb=773362c5bfe60d29a05a88e673c4d02b5903be3f;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/html/cgi-bin/graphs.cgi b/html/cgi-bin/graphs.cgi index 3c1961e591..1ecc9c62c1 100644 --- a/html/cgi-bin/graphs.cgi +++ b/html/cgi-bin/graphs.cgi @@ -118,6 +118,7 @@ if ($cgigraphs[1] =~ /(green|blue|orange|red|ipsec|lq|cpu|memory|swap|disk|load| print "
"; if ( $cgigraphs[1] eq "cpu" || $cgigraphs[1] eq "load" ) { print ""; } elsif ( $cgigraphs[1] eq "memory" || $cgigraphs[1] eq "swap" ) { print ""; } +elsif ( $cgigraphs[1] eq "processes" ) { print ""; } elsif ( $cgigraphs[1] =~ /disk/ ) { print ""; } elsif ( $cgigraphs[1] =~ /red/ || $cgigraphs[1] =~ /ipsec/ ) { print ""; } elsif ( $cgigraphs[1] =~ /green/ || $cgigraphs[1] =~ /blue/ || $cgigraphs[1] =~ /orange/ ) { print ""; }