diff --git a/config/rootfiles/core/10/files b/config/rootfiles/core/10/files index b0d7b593c..f236d4039 100644 --- a/config/rootfiles/core/10/files +++ b/config/rootfiles/core/10/files @@ -1,3 +1,4 @@ +etc/collectd.conf etc/init.d/collectd usr/local/bin/wirelessctrl srv/web/ipfire/cgi-bin/optionsfw.cgi diff --git a/html/cgi-bin/graphs.cgi b/html/cgi-bin/graphs.cgi index 3c1961e59..1ecc9c62c 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 ""; }