mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
35 lines
1012 B
Plaintext
35 lines
1012 B
Plaintext
#########################################################################
|
|
# ids-update script for Logwatch
|
|
# Analyzes the IPFire IP Blocklist update log
|
|
#
|
|
# Version: 1.0.0
|
|
# Initial release
|
|
#
|
|
#########################################################################
|
|
|
|
#########################################################################
|
|
# This script is subject to the same copyright as Logwatch itself
|
|
#########################################################################
|
|
|
|
#########################################################################
|
|
# Files - all shown with default paths:
|
|
#
|
|
# /usr/share/logwatch/default.conf/logfiles/messages.conf
|
|
# /usr/share/logwatch/dist.conf/services/blocklist.conf (this file)
|
|
# /usr/share/logwatch/scripts/services/blocklist
|
|
#
|
|
# ... and of course
|
|
#
|
|
# /var/log/messages
|
|
#########################################################################
|
|
|
|
|
|
Title = "IP Blocklist"
|
|
|
|
# Which logfile group...
|
|
LogFile = messages
|
|
|
|
*applystddate
|
|
|
|
# vi: shiftwidth=3 tabstop=3 et
|