From dc8ca60fc53199251100883b4370de52a6534463 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 22 八月 2019 14:01:53 +0800
Subject: [PATCH] soinfo id change to string

---
 sysset.proto |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sysset.proto b/sysset.proto
index b372c6c..45e5a1f 100644
--- a/sysset.proto
+++ b/sysset.proto
@@ -19,14 +19,16 @@
 
     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 {
     string server_id = 1;//鏈嶅姟鍣╥d
-    int32 real_max = 2;//瀹炴椂澶勭悊鐨勬渶澶ц矾鏁�
-    int32 poll_period = 3;//杞鍛ㄦ湡
-    int32 delay = 4;//寤惰繜鏃堕棿
-    bool enable = 5;//鏄惁鍚敤
+    int32 poll_period = 2;//杞鍛ㄦ湡
+    int32 delay = 3;//寤惰繜鏃堕棿
+    bool enable = 4;//鏄惁鍚敤杞
 }
 
 message Cluster {

--
Gitblit v1.8.0