您可以通过编辑各个代理的客户端配置文件来为它们启用或停用自动更新。
过程
- 在编辑器中打开本地 liagent.ini 文件。
- 找到
[update]
部分。
它类似于以下示例。
[update]
; Do not change this parameter
package_type=msi
; Enable automatic update of the agent. If enabled:
; the agent will silently check for updates from the server and
; if available will automatically download and apply the update.
; auto_update=yes
- 要停用自动更新,请取消注释
auto_update=yes
,并将其更改为 auto_update=no
。
注: 默认情况下,代理自动更新处于启用状态。因此,
auto_update
的默认值为“yes”,即使已注释也是如此。
- 保存并关闭 liagent.ini 文件。