From: Christian Schmidt Date: Sat, 13 Mar 2010 20:09:07 +0000 (+0100) Subject: This fixes the ping graphs, since new collectd rrds we need to filter exact. X-Git-Tag: v2.9-beta1~412^2~20^2 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=26eed11e1758a7d1cc667b70c6cf38a734df66df This fixes the ping graphs, since new collectd rrds we need to filter exact. --- diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi index e09fe8a9a2..1809abfdab 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);