rename agent setting

This commit is contained in:
liugq 2023-05-23 17:31:29 +08:00
parent 820b3e3cf0
commit d788f9f418
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func (module *AgentModule) Start() error {
orm.RegisterSchemaWithIndexName(agent.Instance{}, "agent")
orm.RegisterSchemaWithIndexName(agent.ESNodeInfo{}, "agent-node")
orm.RegisterSchemaWithIndexName(host.HostInfo{}, "host")
orm.RegisterSchemaWithIndexName(agent.Setting{}, "setting")
orm.RegisterSchemaWithIndexName(agent.Setting{}, "agent-setting")
common.RegisterClient(&common.Client{})
if module.AgentConfig.StateManager.Enabled {