| | |
| | | name: wgcloud-server |
| | | datasource: |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | url: jdbc:mysql://127.0.0.1:3306/wgcloud?characterEncoding=utf-8&characterSetResults=utf8&autoReconnect=true&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true |
| | | url: jdbc:mysql://localhost:3306/wgcloud?characterEncoding=utf-8&characterSetResults=utf8&autoReconnect=true&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true |
| | | username: root |
| | | password: rootroot |
| | | # hikari连接池的参数 相关设置 |
| | |
| | | #服务接口监控间隔,单位秒,默认10分钟 |
| | | heathTimes: 600 |
| | | #数通设备监控间隔,单位秒,默认15分钟 |
| | | dceTimes: 900 |
| | | dceTimes: 300 |
| | | #snmp设备监测间隔,单位秒,默认20分钟 |
| | | snmpTimes: 1200 |
| | | #告警缓存时间间隔(此时间段内同一告警通知不再重复发),单位秒,默认120分钟 |
| | |
| | | #系统简称,如wgcloud,此功能需升级到专业版 |
| | | wgShortName: |
| | | #告警邮件标题前缀,此功能需升级到专业版 |
| | | mailTitlePrefix: '[WGCLOUD]' |
| | | mailTitlePrefix: '[KDQ]' |
| | | #告警邮件内容后缀,此功能需升级到专业版 |
| | | mailContentSuffix: '<p><p><p>WGCLOUD敬上' |
| | | mailContentSuffix: '<p><p><p>KDQ敬上' |
| | | #是否显示页面底部版权、网址信息,yes显示,no不显示,此功能需升级到专业版 |
| | | copyRight: yes |
| | | year: 1 |