bundles/netdata: use correct metadatum name
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
4f9281a4a4
commit
121dfb692c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ defaults = {
|
|||
|
||||
@metadata_reactor
|
||||
def iptables(metadata):
|
||||
interfaces = metadata.get('netdata/restrict_to_interfaces', set())
|
||||
interfaces = metadata.get('netdata/restrict-to-interfaces', set())
|
||||
iptables = []
|
||||
|
||||
if len(interfaces):
|
||||
|
|
Loading…
Reference in a new issue