Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
1 |
# Fail2Ban filter for Centreon Web
|
|
|
2 |
# Detecting unauthorized access to the Centreon Web portal
|
|
|
3 |
# typically logged in /var/log/centreon/login.log
|
|
|
4 |
|
|
|
5 |
[Init]
|
|
|
6 |
datepattern = ^%%Y-%%m-%%d %%H:%%M:%%S
|
|
|
7 |
|
|
|
8 |
[Definition]
|
|
|
9 |
failregex = ^(?:\|-?\d+){3}\|\[[^\]]*\] \[<HOST>\] Authentication failed for '<F-USER>[^']+</F-USER>'
|