From: Arne Fitzenreiter Date: Sun, 30 May 2010 16:29:43 +0000 (+0200) Subject: Disabled and removed unused iptables rrds. X-Git-Tag: v2.9-beta1~267 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=48cad624e6b98867559ca7b35e88d76cb419c383 Disabled and removed unused iptables rrds. --- diff --git a/config/collectd/collectd.conf b/config/collectd/collectd.conf index 530c81e7b3..e9c9af4f12 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 # diff --git a/config/rootfiles/core/38/update.sh b/config/rootfiles/core/38/update.sh index 716c6a5206..244b188bd9 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.