From 26eed11e1758a7d1cc667b70c6cf38a734df66df Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Sat, 13 Mar 2010 21:09:07 +0100 Subject: [PATCH] This fixes the ping graphs, since new collectd rrds we need to filter exact. --- html/cgi-bin/netother.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2