From 950d89112665bead13fa79ae7e37b8addc188ca8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 13 十月 2020 10:47:43 +0800
Subject: [PATCH] isTriggerByPreSdk set 0:非触发,1:必要触发,2:非必要触发
---
sysset.proto | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/sysset.proto b/sysset.proto
index 9c83c6a..2e925b1 100644
--- a/sysset.proto
+++ b/sysset.proto
@@ -20,6 +20,8 @@
string gate_way = 14;
string net_mask = 15;
int32 real_max = 16;//瀹炴椂澶勭悊鐨勬渶澶ц矾鏁�
+ int32 alarm_threshold_type = 17;//鎶ヨ闃堝�艰缃�(1:鎸夋渶楂樺垎锛�2锛氭寜闃堝�间互涓�)
+ int32 alarm_threshold = 18;
}
message PollConfig {
@@ -27,6 +29,7 @@
int32 poll_period = 2;//杞鍛ㄦ湡
int32 delay = 3;//寤惰繜鏃堕棿
bool enable = 4;//鏄惁鍚敤杞
+ int32 pollChannelCount = 5;//杞閫氶亾鏁伴噺
}
message Cluster {
@@ -45,4 +48,11 @@
string node_id = 5;
string node_ip = 6;
string create_time = 7;
+}
+
+message ResourceConfig {
+ int32 ipType = 1;
+ string serviceIp = 2;
+ string domain = 3;
+ int32 filePort = 4;
}
\ No newline at end of file
--
Gitblit v1.8.0