telegraf: Don't monitor LIMIT_SSH

This commit is contained in:
Ryan Cavicchioni 2022-08-30 06:45:55 -05:00
parent ebfcf3301e
commit 3a149f6a4c
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -45,10 +45,10 @@ telegraf_config_inputs:
ipset: []
iptables:
- table: filter
chains: [ "INPUT", "OUTPUT", "FORWARD", "LOG_DROP", "LOG_ACCEPT", "ICMP_FLOOD", "LIMIT_SSH" ]
chains: [ "INPUT", "OUTPUT", "FORWARD", "LOG_DROP", "LOG_ACCEPT", "ICMP_FLOOD" ]
- table: filter
name_override: ip6tables
chains: [ "INPUT", "OUTPUT", "FORWARD", "LOG_DROP", "LOG_ACCEPT", "ICMP_FLOOD", "LIMIT_SSH" ]
chains: [ "INPUT", "OUTPUT", "FORWARD", "LOG_DROP", "LOG_ACCEPT", "ICMP_FLOOD" ]
kernel_vmstat: []
net: []
netstat: []