bundles/netdata: fix iptables default
This commit is contained in:
parent
513eb4bed6
commit
c418102000
2 changed files with 6 additions and 1 deletions
|
@ -25,7 +25,7 @@ def iptables(metadata):
|
|||
return {
|
||||
'iptables': {
|
||||
'port_rules': {
|
||||
'19999': atomic(metadata.get('netdata/restrict-to', set('*'))),
|
||||
'19999': atomic(metadata.get('netdata/restrict-to', set())),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -103,6 +103,11 @@ nodes['home.nas'] = {
|
|||
'172.19.138.0/24',
|
||||
},
|
||||
},
|
||||
'netdata': {
|
||||
'restrict-to': {
|
||||
'172.19.136.0/22',
|
||||
},
|
||||
},
|
||||
'nfs-server': {
|
||||
'shares': {
|
||||
'/storage/nas': {
|
||||
|
|
Loading…
Reference in a new issue