Parcourir la source

增加了历史文档

lifuquan il y a 1 an
Parent
commit
7b17ee0f71

+ 0 - 9
.gitignore

@@ -12,15 +12,6 @@ target/
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/
 
-# Package Files #
-*.jar
-*.war
-*.nar
-*.ear
-*.zip
-*.tar.gz
-*.rar
-
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
 

BIN
doc/历史文档/历史版本/warninginterfact.zip


BIN
doc/历史文档/历史版本/warninginterfact20220505.zip


BIN
doc/历史文档/历史版本/warninginterfact20220616.rar


BIN
doc/历史文档/历史版本/warninginterfact_code_20220111_本地入GP.zip


BIN
doc/历史文档/历史版本/warninginterfact源码_20220429.zip


+ 23 - 0
doc/历史文档/历史版本/投诉1线投诉3线告警订阅.md

@@ -0,0 +1,23 @@
+# 告警订阅信息
+
+```sh
+# 1线
+httpurl: https://10.243.3.124/api/middlleplatform/NCfVA7/iDYQz4/v1.0
+
+https://10.243.3.124/api/middlleplatform/NCfVA7/iDYQz4/v2.0
+# 3线
+httpurl: http://10.160.84.7:8888/esb/HEB_AlarmCustomQuery/0?authcode=SEVCX1VDSUFQI0BhdXRoQCNTWnFsVk9QeA
+1线和3线是同一个数据源,1线可以直通,3线通过esb转了一手
+本地使用url(通过省ESB转发): <http://10.160.84.7:8888/esb/HEB_AlarmCustomQuery/0?authcode=SEVCX1VDSUFQI0BhdXRoQCNTWnFsVk9QeA>
+appId: 0f9bf497549343e68ca36b4caffbc8c4
+secret: 087b1ceb698140cd8c65543f5ace0490
+集团使用url: <https://10.243.3.124/api/middlleplatform/NCfVA7/iDYQz4/v1.0>
+```
+
+本地ESBurl `http://10.160.84.7:8888/esb/HEB_AlarmCustomQuery/0?authcode=SEVCX1VDSUFQI0BhdXRoQCNTWnFsVk9QeA`
+
+集团ESBurl `https://10.243.3.124/api/middlleplatform/NCfVA7/iDYQz4/v1.0`
+
+对应平台url `https://10.243.3.124/api/middlleplatform/NCfVA7/iDYQz4/v2.0`
+
+尊敬的能力使用方,您好! 由于本部资源池服务器(廊坊)清退,需要您对所订购能力的网络调用地址进行更改, 若调用不通则需要进行网络打通,原地址为(10.243.3.108、10.243.3.110、10.243.3.124(vip)), 新地址为(172.25.34.180:443、172.25.34.151:443、172.25.34.152:443、172.24.123.29:2443)。

BIN
doc/历史文档/历史版本/投诉系统告警采集程序用户手册 v1 20210602.doc


BIN
doc/历史文档/历史版本/河北投诉分析系统网络拓扑-20210427.png


Fichier diff supprimé car celui-ci est trop grand
+ 113 - 0
doc/历史文档/告警数据字段信息/resultMap20230224163020.csv


BIN
doc/历史文档/告警数据字段信息/告警自定义查询接口.pdf


BIN
doc/历史文档/告警数据字段信息/集团智能网络中台订阅的告警字段-20210611.xlsx


+ 63 - 0
doc/历史文档/问题排查/20230113告警报错问题排查/20230113告警报错问题排查.md

@@ -0,0 +1,63 @@
+# 20230113告警报错问题排查
+
+[接口源头地址](https://10.243.3.124/api/middlleplatform/NCfVA7/iDYQz4/v2.0)
+
+```sh
+# appid
+0f9bf497549343e68ca36b4caffbc8c4
+# secret
+087b1ceb698140cd8c65543f5ace0490
+```
+
+## 20230113报错时间点总结
+
+```sh
+# 接口原始地址
+https://10.243.3.124/api/middlleplatform/NCfVA7/iDYQz4/v2.0
+# 经过ESB转发后的地址
+http://10.160.84.7:8888/esb/HEB_AlarmCustomQuery/0?authcode=SEVCX1VDSUFQI0BhdXRoQCNTWnFsVk9QeA
+# appid
+0f9bf497549343e68ca36b4caffbc8c4
+
+报错时间点:
+2023-01-13 11:35:00
+2023-01-13 11:35:00
+2023-01-13 11:40:00
+2023-01-13 11:50:16
+2023-01-13 11:55:00
+2023-01-13 12:00:00
+2023-01-13 12:00:00
+2023-01-13 12:15:00
+2023-01-13 12:25:00
+2023-01-13 12:35:00
+2023-01-13 12:45:00
+
+这边的逻辑是每5分钟执行1次任务,调用两次接口,第一次调用是获取新增告警,第二次是获取消除告警。
+今天的表现是新增告警和消除告警调用时都存在报错。
+
+持续时间是 11点36分到12点46分
+```
+
+报错时接口返回的html
+
+```html
+<!DOCTYPE html>
+<html>
+<head>
+<title>Error</title>
+<style>
+html { color-scheme: light dark; }
+body { width: 35em; margin: 0 auto;
+font-family: Tahoma, Verdana, Arial, sans-serif; }
+</style>
+</head>
+<body>
+<h1>An error occurred.</h1>
+<p>Sorry, the page you are looking for is currently unavailable.<br/>
+Please try again later.</p>
+<p>If you are the system administrator of this resource then you should check
+the error log for details.</p>
+<p><em>Faithfully yours, nginx.</em></p>
+</body>
+</html>
+```

BIN
doc/历史文档/问题排查/20230113告警报错问题排查/20230113告警报错问题排查.pdf


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff