Paul Muster
2012-Sep-17 20:41 UTC
[Logcheck-devel] Bug#687990: logcheck-database: bind: "updating zone...PTR" and "signer...approved"
Package: logcheck-database
Version: 1.3.15
Severity: wishlist
Tags: patch
*** Please type your report below this line ***
In /etc/logcheck/ignore.d.server/bind
(1) please change
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[[:digit:]]+\]: client
[.:[:xdigit:]]+#[[:digit:]]+: updating zone '[-._[:alnum:]]+/IN':
(adding an RR|deleting rrset) at '[._[:alnum:]-]+' A$
to
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[[:digit:]]+\]: client
[.:[:xdigit:]]+#[[:digit:]]+: updating zone '[-._[:alnum:]]+/IN':
(adding an RR|deleting rrset) at '[._[:alnum:]-]+' (A|PTR)$
(please note (A|PTR) instead of A only at the end of the line)
(2) please add
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[[:digit:]]+\]: client
[.:[:xdigit:]]+#[[:digit:]]+: signer "[-._[:alnum:]]+" approved$
-- System Information:
Debian Release: 6.0.5
APT prefers stable
APT policy: (990, 'stable'), (500, 'stable-updates'), (500,
'proposed-updates')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-- no debconf information
Paul Muster
2012-Sep-18 04:00 UTC
[Logcheck-devel] Bug#687990: logcheck-database: bind: "updating zone...PTR" and "signer...approved"
Update:> (1) please change > > ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[[:digit:]]+\]: client > [.:[:xdigit:]]+#[[:digit:]]+: updating zone '[-._[:alnum:]]+/IN': > (adding an RR|deleting rrset) at '[._[:alnum:]-]+' A$ > > to > > ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[[:digit:]]+\]: client > [.:[:xdigit:]]+#[[:digit:]]+: updating zone '[-._[:alnum:]]+/IN': > (adding an RR|deleting rrset|deleting an RR) at '[._[:alnum:]-]+' (A|PTR|TXT)$