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