diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-07-10 14:13:20 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-07-10 14:16:07 +0200 |
commit | b262634d19c27eeedd2f03212bd44e792249fb98 (patch) | |
tree | f02ca5a594d7fc9d2e59090491826f4e3b12463f | |
parent | 4dcae2a2078ca74463539667bf5571642bd49779 (diff) |
update rules
-rw-r--r-- | files/etc/logcheck/ignore.d.workstation/local-dhclient | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/files/etc/logcheck/ignore.d.workstation/local-dhclient b/files/etc/logcheck/ignore.d.workstation/local-dhclient index 699917b..129ff81 100644 --- a/files/etc/logcheck/ignore.d.workstation/local-dhclient +++ b/files/etc/logcheck/ignore.d.workstation/local-dhclient @@ -1,2 +1,4 @@ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhclient\[[[:digit:]]+\]: DHCPREQUEST for [[:xdigit:]:.]+ on [[:alnum:]]+ to [[:xdigit:]:.]+ port 67$ - +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhclient\[[[:digit:]]+\]: PRC: Renewing lease on [[:alnum:]]+\.$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhclient\[[[:digit:]]+\]: XMT: Renew on [[:alnum:]]+, interval [[:digit:]]+ms\.$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhclient\[[[:digit:]]+\]: RCV: Reply message on [[:alnum:]]+ from [[:xdigit:]:]+\.$ |