Update sync_rds.py
parent
27ad85f7a2
commit
8afa186eb0
|
@ -65,7 +65,8 @@ def w2consul(vendor,account,region,rds_dict):
|
||||||
'ver': v['ver'],
|
'ver': v['ver'],
|
||||||
'domain':v['domain'],
|
'domain':v['domain'],
|
||||||
'exp': v['exp'],
|
'exp': v['exp'],
|
||||||
'stat': stat
|
'stat': stat,
|
||||||
|
'team': v.get('team','无')
|
||||||
},
|
},
|
||||||
"check": {
|
"check": {
|
||||||
"tcp": f"{ip}:{port}",
|
"tcp": f"{ip}:{port}",
|
||||||
|
|
Loading…
Reference in New Issue