From d3bb26b67ab25f46819ad624096f7bf90d7af530 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期三, 30 十月 2019 15:19:23 +0800 Subject: [PATCH] feat: add system info thresholds at config --- config/test.yaml | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/config/test.yaml b/config/test.yaml index b75ad1b..2fa49df 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -19,6 +19,21 @@ channelCount: 0 #纭洏涓暟 diskCount: 2 + #Exec root command + sysServerPort: 18081 + sysThresholds: + - + value: 60 + color: #13ce66 + - + value: 80 + color: #FF9C4A + - + value: 95 + color: #f53d3d + - + value: 100 + color: #5d0000 database: driver: sqlite name: sqlite3 -- Gitblit v1.8.0