]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/netother.cgi
This fixes the ping graphs, since new collectd rrds we need to filter exact.
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / netother.cgi
index e09fe8a9a200d93bc9b13a8cb1e37aee28be3e5d..1809abfdabf5d571f9d860e6757166a677d842ca 100644 (file)
@@ -55,7 +55,7 @@ if ( $querry[0] =~ "fwhits"){
        &Header::openpage($Lang::tr{'network traffic graphs others'}, 1, '');
        &Header::openbigbox('100%', 'left');
        
-       my @pinggraphs = `ls -dA /var/log/rrd/collectd/localhost/ping/*`;
+       my @pinggraphs = `ls -dA /var/log/rrd/collectd/localhost/ping/ping-*`;
        foreach (@pinggraphs){
                $_ =~ /(.*)\/ping\/ping-(.*)\.rrd/;
                push(@pings,$2);