From bf84f84596811947e3c39f5299aa887493a3c450 Mon Sep 17 00:00:00 2001 From: huangxin Date: Mon, 16 Jan 2023 10:53:33 +0800 Subject: [PATCH] =?UTF-8?q?OCT=201.=20=E4=BF=AE=E6=AD=A3=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=20moniter=5Frep=5Furl=20=E9=85=8D=E7=BD=AE=E9=A1=B9?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srcs/libs/configure/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcs/libs/configure/config.c b/srcs/libs/configure/config.c index 0acfdf3..ce7ad11 100644 --- a/srcs/libs/configure/config.c +++ b/srcs/libs/configure/config.c @@ -67,7 +67,7 @@ static CFG_ITEM g_cfgItem[] = { DEF_CFG_ITEM(CFG_HARDWARE_REFRESH, "system.system_info_refresh", VAL_INT, "10", "Monitor hardware information upgrade frequency"), // Agent 配置 DEF_CFG_ITEM(CFG_AGENT_IPTV_POST_URL, "agent.iptv_report_url", VAL_STR, "", "IPTV report URL"), - DEF_CFG_ITEM(CFG_AGENT_MONITER_URL, "moniter_rep_url", VAL_STR, "", "vCPE moniter report URL"), + DEF_CFG_ITEM(CFG_AGENT_MONITER_URL, "agent.moniter_rep_url", VAL_STR, "", "vCPE moniter report URL"), /* 系统监控设备相配置 */ DEF_CFG_ITEM(CFG_WATCH_CPU, "watch_params.cpu", VAL_BOOL, "1", "Monitor cpu information"), DEF_CFG_ITEM(CFG_WATCH_MEMORY, "watch_params.memory", VAL_BOOL, "1", "Monitor memory information"),