From 025adbf48598b5fa014c73e4e158caa58efb3c87 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Mon, 2 Feb 2026 02:37:26 +0100 Subject: [PATCH] fixes apprise action configuration examples --- config/action.d/apprise.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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]