You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
2 years ago
|
# Fail2Ban filter for Centreon Web
|
||
|
# Detecting unauthorized access to the Centreon Web portal
|
||
|
# typically logged in /var/log/centreon/login.log
|
||
|
|
||
|
[Init]
|
||
|
datepattern = ^%%Y-%%m-%%d %%H:%%M:%%S
|
||
|
|
||
|
[Definition]
|
||
|
failregex = ^(?:\|-?\d+){3}\|\[[^\]]*\] \[<HOST>\] Authentication failed for '<F-USER>[^']+</F-USER>'
|