diff options
author | Hendrik Jäger <hendrik@securosys.ch> | 2020-11-22 13:33:10 +0100 |
---|---|---|
committer | Hendrik Jäger <hendrik@securosys.ch> | 2020-11-22 13:33:10 +0100 |
commit | 7a0fd9494e46c556f32b042621f9a07036af2ad0 (patch) | |
tree | a5e5eca786b5dc7f022393e37e7d0645eca53cd3 /files/etc/logcheck | |
parent | 8c9a1bc69cfb6be82eb84310c505130674878a17 (diff) |
Update logcheck rules
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 d45967c..e1cb1df 100644 --- a/files/etc/logcheck/ignore.d.server/local-hostapd +++ b/files/etc/logcheck/ignore.d.server/local-hostapd @@ -1,5 +1,6 @@ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ WPA: group key handshake completed \(RSN\)$ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ IEEE 802\.11: disassociated$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ IEEE 802\.11: disassociated due to inactivity$ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ IEEE 802\.11: deauthenticated due to inactivity \(timer DEAUTH/REMOVE\)$ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ IEEE 802\.11: authenticated$ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ IEEE 802\.1X: authenticated - EAP type: 25 \(PEAP\)$ |