diff --git a/config/action.d/apprise.conf b/config/action.d/apprise.conf index 783c740b..4b8708a3 100644 --- a/config/action.d/apprise.conf +++ b/config/action.d/apprise.conf @@ -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]