diff options
author | Hendrik Jäger <hendrik@securosys.ch> | 2019-01-05 16:28:23 +0100 |
---|---|---|
committer | Hendrik Jäger <hendrik@securosys.ch> | 2019-01-06 09:53:51 +0100 |
commit | 5eba00d8984c64a85964798599905afba4e4ea71 (patch) | |
tree | 305948f6044f90d670c7b206e621ceff625553c2 /files | |
parent | c568fdee137bdbc6579ae72a8affd2e140b756ad (diff) |
Update hostapd logcheck rules
Diffstat (limited to 'files')
-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 dd22d48..41e665c 100644 --- a/files/etc/logcheck/ignore.d.server/local-hostapd +++ b/files/etc/logcheck/ignore.d.server/local-hostapd @@ -3,6 +3,7 @@ ^\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.11: authenticated - EAP type: 25 \(PEAP\)$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ IEEE 802.1X: authenticated - EAP type: 25 \(PEAP\) \(PMKSA cache\)$ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ hostapd: [[:alnum:]]+: STA [[:xdigit:]:]+ IEEE 802.11: associated \(aid 1\)$ ^\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\)$ |