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, master has been updated via 48cad624e6b98867559ca7b35e88d76cb419c383 (commit) from 8f5d65674717541a0c9365668d319f86cc7252be (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 48cad624e6b98867559ca7b35e88d76cb419c383 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun May 30 18:29:43 2010 +0200
Disabled and removed unused iptables rrds.
-----------------------------------------------------------------------
Summary of changes: config/collectd/collectd.conf | 3 --- config/rootfiles/core/38/update.sh | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-)
Difference in files: diff --git a/config/collectd/collectd.conf b/config/collectd/collectd.conf index 530c81e..e9c9af4 100644 --- a/config/collectd/collectd.conf +++ b/config/collectd/collectd.conf @@ -49,9 +49,6 @@ include "/etc/collectd.precache" Chain filter FORWARD DROP_OUTPUT Chain filter PSCAN DROP_PScan Chain filter NEWNOTSYN DROP_NEWNOTSYN - Chain filter OUTGOINGFW DROP_OUTGOINGFW - Chain filter INPUT DROP_Wirelessinput - Chain filter FORWARD DROP_Wirelessforward </Plugin>
#<Plugin logfile> diff --git a/config/rootfiles/core/38/update.sh b/config/rootfiles/core/38/update.sh index 716c6a5..244b188 100644 --- a/config/rootfiles/core/38/update.sh +++ b/config/rootfiles/core/38/update.sh @@ -160,6 +160,10 @@ rm -rf /var/log/rrd*/collectd/localhost/interface/if_packets* rm -rf /var/log/rrd*/collectd/localhost/disk-*/disk_merged* rm -rf /var/log/rrd*/collectd/localhost/disk-*/disk_ops* rm -rf /var/log/rrd*/collectd/localhost/disk-*/disk_time* +# +rm -rf /var/log/rrd*/collectd/localhost/iptables-filter-INPUT/*-DROP_Wirelessinput* +rm -rf /var/log/rrd*/collectd/localhost/iptables-filter-FORWARD/*-DROP_Wirelessforward* +rm -rf /var/log/rrd*/collectd/localhost/iptables-filter-OUTGOINGFW POSTCLEAN=`du -sh /var/log/rrd/collectd` # echo Cleaned up collectd directory from $PRECLEAN to $POSTCLEAN size.
hooks/post-receive -- IPFire 2.x development tree