Skip to content

Commit 1e04580

Browse files
authored
Merge pull request zabbix#82 from v-bulynkin/main
Removed positional macros from item name
2 parents ac0cfe7 + 97beaf4 commit 1e04580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Applications/Firewall/template_fail2ban/5.4/template_fail2ban.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ zabbix_export:
7676
item_prototypes:
7777
-
7878
uuid: 8cc0b05211fc4278b2feb46727a4ca97
79-
name: 'Fail2ban $1 banned IPs'
79+
name: 'Fail2ban {#JAIL} banned IPs'
8080
key: 'fail2ban.status[{#JAIL}]'
8181
delay: '60'
8282
units: count

Applications/Firewall/template_fail2ban/6.0/template_fail2ban.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ zabbix_export:
7676
item_prototypes:
7777
-
7878
uuid: 8cc0b05211fc4278b2feb46727a4ca97
79-
name: 'Fail2ban $1 banned IPs'
79+
name: 'Fail2ban {#JAIL} banned IPs'
8080
key: 'fail2ban.status[{#JAIL}]'
8181
delay: '60'
8282
units: count

0 commit comments

Comments
 (0)