| | |
| | | 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 { |
| | |
| | | int32 poll_period = 2;//轮询周期 |
| | | int32 delay = 3;//延迟时间 |
| | | bool enable = 4;//是否启用轮询 |
| | | int32 pollChannelCount = 5;//轮询通道数量 |
| | | } |
| | | |
| | | message Cluster { |
| | |
| | | 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; |
| | | } |
| | | |
| | | message Gb28181Config { |
| | | string Id = 1; |
| | | string ServerIp = 2; |
| | | string ServerPort = 3; |
| | | string PublicId = 4; |
| | | string GbServerPort = 5; |
| | | bool IsAuth = 6; |
| | | string Password = 7; |
| | | string UpdateTime = 8; |
| | | } |