]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/cgi-bin/graphs.cgi
fixed collection deamon integration
[people/teissler/ipfire-2.x.git] / html / cgi-bin / graphs.cgi
index 282cb56594ec03e5b4315461be00b80f64556510..4c7c7e181ac3d9535e3d0f6f222a83f949f3e77b 100644 (file)
@@ -51,7 +51,6 @@ if ($cgigraphs[1] =~ /(cpu)/) {&Graphs::updatecpugraph ("hour");&Graphs::updatec
 if ($cgigraphs[1] =~ /(memory|swap)/) {&Graphs::updatememgraph ("hour");&Graphs::updatememgraph ("week");&Graphs::updatememgraph ("month");&Graphs::updatememgraph ("year");}
 if ($cgigraphs[1] =~ /disk/){
           my @devices = `kudzu -qps -c HD | grep device: | cut -d" " -f2 | sort | uniq`;
-                                       push(@devices,"uba");
           foreach (@devices) {
                 my $device = $_;
                 chomp($device);