From 2950e41186e38e80303ad180df9b7fc090551197 Mon Sep 17 00:00:00 2001 From: sebres Date: Fri, 23 Aug 2024 15:22:00 +0200 Subject: [PATCH] man/jail.conf.5: docu for skip_if_nologs --- man/jail.conf.5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/jail.conf.5 b/man/jail.conf.5 index 363e996b..6998da1f 100644 --- a/man/jail.conf.5 +++ b/man/jail.conf.5 @@ -197,6 +197,9 @@ Optional space separated option 'tail' can be added to the end of the path to ca Ensure syslog or the program that generates the log file isn't configured to compress repeated log messages to "\fI*last message repeated 5 time*s\fR" otherwise it will fail to detect. This is called \fIRepeatedMsgReduction\fR in rsyslog and should be \fIOff\fR. .TP +.B skip_if_nologs +if no logpath matches found, skip the jail by start of fail2ban if \fIskip_if_nologs\fR set to true, otherwise (default: false) start of fail2ban will fail with an error "Have not found any log file". +.TP .B logencoding encoding of log files used for decoding. Default value of "auto" uses current system locale. .TP