• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

fail2ban empty logs

Azurel

Silver Pleskian
In the fail2ban module of plesk is a tab for "logs".
Here you can view Fail2ban logs.
No items found.

I have banned IPs, but no logs? I missed totaly a timestamp for the banned ip. How I can found out the time for the ban per IP?
 
Thanks. My fail2ban (plesk module) config is:

logtarget = SYSLOG

so I must change it to?

logtarget = /var/log/fail2ban.log
 
I have change it and restart fail2ban and get a warning:

# service fail2ban restart
Stopping fail2ban: [ OK ]
Starting fail2ban: WARNING 'ignoreregex' not defined in 'Definition'. Using default one: '' [ OK ]
 
Thank you! :)

As backup....
To start... " Starting fail2ban: WARNING 'ignoreregex' not defined in 'Definition'. Using default one: '' " is really nothing you should worry about, because Fail2ban is clever enough to use the global "ignoreregex" ( which is none )... Please have a closer look on how jails and filters are defined, to understand the warning. For example, the filter "plesk-courierlogin.conf" has an absolut correct filter - definition:
 
Back
Top