telegraf: Don't monitor LIMIT_SSH
This commit is contained in:
parent
ebfcf3301e
commit
3a149f6a4c
@ -45,10 +45,10 @@ telegraf_config_inputs:
|
|||||||
ipset: []
|
ipset: []
|
||||||
iptables:
|
iptables:
|
||||||
- table: filter
|
- 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
|
- table: filter
|
||||||
name_override: ip6tables
|
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: []
|
kernel_vmstat: []
|
||||||
net: []
|
net: []
|
||||||
netstat: []
|
netstat: []
|
||||||
|
Loading…
Reference in New Issue
Block a user