Update sync_rds.py

pull/122/head
StarsL.cn 2023-11-01 16:28:43 +08:00 committed by GitHub
parent 27ad85f7a2
commit 8afa186eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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}",