mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
fixes apprise action configuration examples
This commit is contained in:
parent
f457cf8131
commit
025adbf485
1 changed files with 3 additions and 6 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue