diff --git a/config/collectd/collectd.conf b/config/collectd/collectd.conf index bfb8de6d5..931fc37cc 100644 --- a/config/collectd/collectd.conf +++ b/config/collectd/collectd.conf @@ -105,6 +105,8 @@ LoadPlugin syslog 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/7/files b/config/rootfiles/core/7/files index 027880b89..0d6d78ddd 100644 --- a/config/rootfiles/core/7/files +++ b/config/rootfiles/core/7/files @@ -19,4 +19,4 @@ var/ipfire/graphs.pl var/ipfire/menu.d/20-status.menu var/ipfire/langs lib/modules/2.6.16.57-ipfire/kernel/drivers/ieee1394/sbp2.ko -html/cgi-bin/logs.cgi/log.dat +srv/web/ipfire/cgi-bin/logs.cgi/log.dat diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat index 40d5606b6..49d5b4ad5 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -57,7 +57,7 @@ my %sections = ( 'red' => '(red:|pppd\[.*\]: |chat\[.*\]|pppoe\[.*\]|pptp\[.*\]|pppoa\[.*\]|pppoa3\[.*\]|pppoeci\[.*\]|ipppd|ipppd\[.*\]|kernel: ippp\d|kernel: isdn.*|ibod\[.*\]|dhcpcd\[.*\]|modem_run\[.*\])', 'dns' => '(dnsmasq\[.*\]: )', 'dhcp' => '(dhcpd: )', - 'collectd' => '(collectd: )', + 'collectd' => '(collectd\[.*\]: )', 'cron' => '(fcron\[.*\]: )', 'ntp' => '(ntpd(?:ate)?\[.*\]: )', 'ssh' => '(sshd(?:\(.*\))?\[.*\]: )',