12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "port": ":8011",
- "oss_accounts": [
- {
- "id": "account_detail",
- "endpoint": "oss-cn-beijing.aliyuncs.com",
- "access_key_id": "LTAI4G5x9aoZx8dDamQ7vfZi",
- "access_key_secret": "Bk98FsbPYXcJe72n1bG3Ssf73acuNh"
- }
- ],
- "buckets": [
- {
- "bucket_id": "detail",
- "account_id": "account_detail",
- "bucket_name": "jytest2022"
- }
- ],
- "node": {
- "node_name": "node1"
- },
- "redis": {
- "address": "172.20.45.129:1712",
- "password": ""
- },
- "elasticSearch": {
- "address": "http://172.20.45.129:9206,http://172.20.45.130:9306",
- "size": 10,
- "version": "v7",
- "userName": "",
- "password": "",
- "indexName": "bidding"
- },
- "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
- }
- }
|