Sergey G. Brester
Sergey G. Brester
I rebased it over 595054639b0259f9ff6fdb1c5ea329be35e541e0 (439f97fc52c1e174b33d7460f04a3492f57c0318 in 0.11) - needed to proper retrieving an epoch microseconds (and comparison within the test factory). Additionally it got a new parameter `filejson` (default...
Error "Failed to change log target" is throwing in 2 reasons at the moment: - in case your target is `SYSLOG` and something is wrong with syslog socket file -...
> and started normally with systemctl start fail2ban I have no idea what fail2ban maintainers configuring for arch. Can you take a look in the unit which command line will...
The time simulating by test suite for NOW is `1124013600` - `Sun, 14 Aug 12:00:00 CEST 2005` (in the time zone CET). But because `[21:20:18]` lies in the future, fail2ban...
> Please reopen this. I'll send the PR later. Still interested?
Hmm... I guess in such case (fail2ban sending mails), it can either get `Wants=` or `Requires=` dependency. Isn't it simply feasible in your local override.conf (`systemctl edit fail2ban`)? Although we...
> For actionban, you probably want to add a timeout I would not do that for several reasons, for instance to hold the time of end of ban under fail2ban...
blocked because of https://github.com/fail2ban/fail2ban/issues/1832#issuecomment-315139465
It is possible to log which RE is matching using heavydebug log-level (just it is too wordy and not recommended to use regularly). > I would like to see what...
I've planned a redesign of the log-file handling (in #1379), so the whole logic round about wildcards should be moved to the server/jail-backend (allows dynamically "filtering" during the runtime, and...