1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "port": ":8011",
- "oss_accounts": [
- {
- "id": "main",
- "endpoint": "oss-cn-beijing.aliyuncs.com",
- "access_key_id": "LTAI4G5x9aoZx8dDamQ7vfZi",
- "access_key_secret": "Bk98FsbPYXcJe72n1bG3Ssf73acuNh"
- }
- ],
- "buckets": [
- {
- "bucket_id": "all",
- "account_id": "main",
- "bucket_name": "jytest2022"
- }
- ],
- "node": {
- "node_name": "node1"
- },
- "redis": {
- "address": "172.20.45.129:1712",
- "password": ""
- },
- "email": {
- "mails":[
- {
- "addr":"smtp.exmail.qq.com",
- "port":465,
- "pwd":"ue9Rg9Sf4CVtdm5a",
- "user":"public03@topnet.net.cn",
- "mailPoolSize":5,
- "mailReTry":1
- },
- {
- "addr":"smtp.exmail.qq.com",
- "port":465,
- "pwd":"Mu^$i21673",
- "user":"public04@topnet.net.cn",
- "mailPoolSize":4,
- "mailReTry":1
- }
- ],
- "title": "oos代理服务告警",
- "recipients": ["wangchuanjin@topnet.net.cn"]
- },
- "weixin": {
- "webhook_url": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=295f5f6a-f58c-4765-8bae-9bd718c566a5"
- },
- "warnMaxNodeNum": 1,
- "warnInterval": 600,
- "logger": {
- "filename": "./logs/oss.log",
- "maxSize": 1024,
- "maxBackups": 3,
- "maxAge": 3,
- "compress": true
- }
- }
|