From d27a19790a4395385ed1858dc171a9e68cd6c474 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Mon, 19 Oct 2020 14:19:31 +0800 Subject: 修正配置文件,新增ENTRANCE_ID和DEVICE_ID_COMMAND配置项 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/main.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/main.conf b/bin/main.conf index f95ac68..5227583 100644 --- a/bin/main.conf +++ b/bin/main.conf @@ -27,6 +27,8 @@ OUTPUT_PATH=./tsg_stat.log APP_NAME=tsg_master [SYSTEM] +ENTRANCE_ID=18 LOG_LEVEL=10 LOG_PATH=./tsglog/tsg_master POLICY_PRIORITY_LABEL=POLICY_PRIORITY +DEVICE_ID_COMMAND=hostname | awk -F'-' '{print $3}'| awk -F'ADC' '{print $2}' \ No newline at end of file -- cgit v1.2.3