-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
module/backend后台后台module/script脚本工具脚本工具priority/middle中等优先级(Medium priority)中等优先级(Medium priority)version/V2.2.XV2.2.XV2.2.X
Description
你想要什么功能
安装上报 bk_agent_id 持久化
为什么需要
节点管理获取 Agent ID,便于后续和 bk_host_id 进行绑定(之前的逻辑 :从 cc 获取 bk_host_id )
建议如何实现
上报 bk_agent_id 可参考 cpu_arch 逻辑:apps/backend/components/collections/agent_new/install.py
- 在
handle_report_data方法里添加bk_agent_id返回字段,注意兼容 1.x 和 2.0
更新逻辑可参考:apps/backend/components/collections/agent_new/get_agent_id.py update_host_agent_id
Metadata
Metadata
Assignees
Labels
module/backend后台后台module/script脚本工具脚本工具priority/middle中等优先级(Medium priority)中等优先级(Medium priority)version/V2.2.XV2.2.XV2.2.X