diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-02-07 15:58:42 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-02-07 15:58:42 +0100 |
commit | 69c473a0430515185359e9474a9610cf9d719ea6 (patch) | |
tree | ab2472d8e97693f81aebb81c0fa6c35b3c95c19c /files/etc/logcheck | |
parent | 3db82d113bc05817520fdccfe7cb3aa1cfa13eee (diff) |
Update logcheck rules for hostapd
Diffstat (limited to 'files/etc/logcheck')
-rw-r--r-- | files/etc/logcheck/ignore.d.server/local-hostapd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/etc/logcheck/ignore.d.server/local-hostapd b/files/etc/logcheck/ignore.d.server/local-hostapd index e1cb1df..95902c8 100644 --- a/files/etc/logcheck/ignore.d.server/local-hostapd +++ b/files/etc/logcheck/ignore.d.server/local-hostapd @@ -9,3 +9,4 @@ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ RADIUS: starting accounting session [[:xdigit:]]+$ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ WPA: pairwise key handshake completed \(RSN\)$ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ RADIUS: VLAN ID [[:digit:]]+$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ IEEE 802.11: did not acknowledge authentication response$ |