]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/logwatch/ipblocklist.conf
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / config / logwatch / ipblocklist.conf
CommitLineData
a2e095af
TF
1#########################################################################
2# ids-update script for Logwatch
3# Analyzes the IPFire IP Blocklist update log
4#
5# Version: 1.0.0
6# Initial release
7#
8#########################################################################
9
10#########################################################################
11# This script is subject to the same copyright as Logwatch itself
12#########################################################################
13
14#########################################################################
15# Files - all shown with default paths:
16#
17# /usr/share/logwatch/default.conf/logfiles/messages.conf
18# /usr/share/logwatch/dist.conf/services/blocklist.conf (this file)
19# /usr/share/logwatch/scripts/services/blocklist
20#
21# ... and of course
22#
23# /var/log/messages
24#########################################################################
25
26
27Title = "IP Blocklist"
28
29# Which logfile group...
30LogFile = messages
31
32*applystddate
33
34# vi: shiftwidth=3 tabstop=3 et