remove unneeded substitution

it is enough to add `apprise` to action
pull/2565/head
Sergey G. Brester 2021-04-04 00:21:59 +02:00 committed by GitHub
parent 70c601e9e5
commit b2f6a3a658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -231,10 +231,10 @@ action_xarf = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(prot
# See https://github.com/caronc/apprise/wiki for details on what is supported. # See https://github.com/caronc/apprise/wiki for details on what is supported.
# #
# You may optionally over-ride the default configuration line (containing the Apprise URLs) # You may optionally over-ride the default configuration line (containing the Apprise URLs)
# by using 'apprise[name=%(__name__)s, config="/alternate/path/to/apprise.cfg"]' otherwise # by using 'apprise[config="/alternate/path/to/apprise.cfg"]' otherwise
# /etc/fail2ban/apprise.conf is sourced for your supported notification configuration. # /etc/fail2ban/apprise.conf is sourced for your supported notification configuration.
action_apprise = %(banaction)s[name=%(__name__)s, bantime="%(bantime)s", port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"] # action = %(action_)s
apprise[name=%(__name__)s] # apprise
# ban IP on CloudFlare & send an e-mail with whois report and relevant log lines # ban IP on CloudFlare & send an e-mail with whois report and relevant log lines
# to the destemail. # to the destemail.