Brute force monitor shows no reccords

BorisTheBlade91

New member
Joined
Jul 3, 2016
Messages
3
Hi,

I'm new here so sorry if im doing anything stupid.

I have a new vps running centos 7 with directadmin. I've set up Fail2ban and set directadmin to send me email message whenever a brute force attack is detected.
For some reason my brute force monitor from DA interface itself show no records of any brute force attacks..

https://postimg.org/image/41pc2ytld/


Since I'm recieving the emails and I can see the messages in the DA message system, I'm certain that I do recieve the attacks.

Does anybody has a clew on how to procceed on tackling this issue? I've always used another centos 7 machine with DirectAdmin and it always worked great.


Thank you for your time!
 
Fixed, was a file ownership issue

It appeared to be the ownership of brute_log_entries.list was set to root:root

Code:
chown diradmin:diradmin brute_log_entries.list

fixed it.
 
Back
Top