diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi
index e09fe8a9a..1809abfda 100644
--- a/html/cgi-bin/netother.cgi
+++ b/html/cgi-bin/netother.cgi
@@ -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);