From 64965b2ade93966f7083a4c1cb567f967c44b1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=86=AC=E5=84=BF?= Date: Fri, 13 Dec 2024 20:49:23 +0800 Subject: [PATCH] =?UTF-8?q?oeAware=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ware\347\224\250\346\210\267\346\214\207\345\215\227.md" | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git "a/docs/zh/docs/oeAware/oeAware\347\224\250\346\210\267\346\214\207\345\215\227.md" "b/docs/zh/docs/oeAware/oeAware\347\224\250\346\210\267\346\214\207\345\215\227.md" index 74daafefc..613c3d89e 100644 --- "a/docs/zh/docs/oeAware/oeAware\347\224\250\346\210\267\346\214\207\345\215\227.md" +++ "b/docs/zh/docs/oeAware/oeAware\347\224\250\346\210\267\346\214\207\345\215\227.md" @@ -26,7 +26,7 @@ systemctl start oeaware 配置文件 -配置文件路径:/etc/oeAware/config.yaml +配置文件路径:/etc/oeAware/config.yaml ```yaml log_path: /var/log/oeAware #日志存储路径 @@ -58,9 +58,7 @@ systemctl restart oeaware **实例定义**:服务中的调度单位是实例,一个插件中包括多个实例。例如,一个采集插件包括多个采集项,每个采集项是一个实例。 -**实例之间依赖关系** - -每个实例运行前,需要满足其依赖关系。 +**实例之间依赖关系**:每个实例运行前,需要满足其依赖关系。 ![img](./figures/依赖关系.png) -- Gitee