This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 26eed11e1758a7d1cc667b70c6cf38a734df66df (commit) from 1ddefbbdc868e2ac0e650cbc480dbf86a8d355ae (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 26eed11e1758a7d1cc667b70c6cf38a734df66df Author: Christian Schmidt maniacikarus@ipfire.org Date: Sat Mar 13 21:09:07 2010 +0100
This fixes the ping graphs, since new collectd rrds we need to filter exact.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/netother.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi index e09fe8a..1809abf 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);
hooks/post-receive -- IPFire 2.x development tree