| | |
| | | #只读账号的密码 |
| | | guestAccountPwd: 111111 |
| | | #通信token,agent端和此保持一致 |
| | | wgToken: wgcloud |
| | | wgToken: tssw |
| | | #每页显示多少条数据,建议不小于10 |
| | | pageSize: 20 |
| | | #是否开启web ssh客户端,yes开启,no关闭 |
| | |
| | | #是否将告警内容转为unicode,yes是,no否,在windows执行告警脚本时,一般需要转码,否则接受到会是乱码 |
| | | warnToUnicode: no |
| | | |
| | | donghuan: |
| | | ip: ip:port |
| | | loginUrl: /collect/api/login |
| | | deviceClassUrl: /collect/api/deviceClass/findAll |
| | | intelligentUrl: /collect/api/intelligent/findAll |
| | | findDevice: /collect/api/device/findDevice |
| | | findDeviceVar: /collect/api/device/findDeviceVar |
| | | findControlByDeviceId: /collect/api/realData/findControlByDeviceId |
| | | control: /collect/api/device/control |
| | | findValueByDeviceId: /collect/api/realData/findValueByDeviceId |
| | | findValueByIntelligentId: /collect/api/realData/findValueByIntelligentId |
| | | findValueByStationId: /collect/api/realData/findValueByStationId |
| | | meterDatas: /collect/api/realData/meterDatas |
| | | varDatas: /collect/api/realData/varDatas |
| | | alarm: /collect/api/alarm/findByPage |
| | | |
| | | router: |
| | | routerHost: 192.168.1.1 |
| | | routerUsername: xxxxx |
| | | routerPassword: xxxxx |
| | | |
| | | |