fixes apprise action configuration examples

This commit is contained in:
Sergey G. Brester 2026-02-02 02:37:26 +01:00 committed by GitHub
parent f457cf8131
commit 025adbf485
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,9 +34,8 @@
# 2 In /etc/fail2ban/jail.conf
# ```
# # ...
# apprise[args='--tag fail2ban']
# action = %(action_)s
# apprise
# apprise[args='--tag fail2ban']
# # ...
# ```
#
@ -51,9 +50,8 @@
# 2. In /etc/fail2ban/jail.conf
# ```
# # ...
# apprise[config='/etc/fail2ban/apprise.yaml',args='--tag f2b']
# action = %(action_)s
# apprise
# apprise[config='/etc/fail2ban/apprise.yaml',args='--tag f2b']
# # ...
# ```
#
@ -61,9 +59,8 @@
# 1. in /etc/fail2ban/jail.conf
# ```
# # ...
# apprise[config='http://apprise.example.ca/get/mykey',args='-g f2b']
# action = %(action_)s
# apprise
# apprise[config='http://apprise.example.ca/get/mykey',args='-g f2b']
# # ...
[Definition]