fail2ban/fail2ban/tests/config
sebres b2352f113e implements the feature of automatic switch backend = auto to backend systemd, when:
- no files matching `logpath` found for this jail;
- no `systemd_if_nologs = false` (`true` by default) is specified for the jail;
- option `journalmatch` is set for the jail or its filter (otherwise it'd be too heavy to allow all auto-jails, even if they have never been foreseen for journal);
- option `skip_if_nologs` will be ignored if we could switch backend to `systemd`;
closes gh-3768
2025-03-30 22:31:44 +02:00
..
action.d amend to #1622: jail-reader supports now multi-line option for multi-line action parameter: 2019-02-11 11:54:58 +01:00
filter.d zzz-sshd-obsolete-multiline.conf: adjusted to new sshd-session log format 2024-07-03 19:33:39 +02:00
fail2ban.conf MRG: merge so far - flushLogs not working yet 2013-12-16 15:08:34 +00:00
jail.conf implements the feature of automatic switch backend = auto to backend systemd, when: 2025-03-30 22:31:44 +02:00