\345\237\272\347\241\200APP/\350\277\220\347\273\264\347\233\221\346\216\247\357\274\210sie-iidp-monitor\357\274\211.md
... ...
@@ -0,0 +1,81 @@
1
+# 运维监控(sie-iidp-monitor) APP
2
+
3
+## v3.0.0
4
+
5
+**发版日期**
6
+
7
+2024/09/26
8
+
9
+**下载地址**
10
+
11
+后端 jar: [sie-iidp-monitor-v3.0.0.jar](http://docs-iidp.sieiot.com/index.php/s/PKs6RtIifUANvWe)
12
+
13
+前端 jar: [sie-iidp-monitor-web.zip](http://docs-iidp.sieiot.com/index.php/s/1IrIQUAF3BTAt6I)
14
+
15
+
16
+
17
+**更新内容**
18
+
19
+1.修改项目名称iidp-monitor==》sie-iidp-monitor。
20
+
21
+2.修改菜单目录
22
+
23
+业务修改了项目名称和菜单更新时需要按以下步骤执行脚本
24
+一、在应用商城卸载iidp-monitor app。
25
+
26
+二、在对应数据库执行如下语句
27
+
28
+**权限更新**
29
+
30
+update `tenant_view_ref_model` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
31
+
32
+update `tenant_show_ui_menu` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
33
+
34
+update `tenant_permission` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
35
+
36
+##update `tenant_function_auth` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
37
+
38
+update `tenant_data_auth` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
39
+
40
+update `tenant_api_ref_model` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
41
+
42
+update `meta_attachment` set app_id='sie-iidp-monitor' where app_id = 'iidp-monitor';
43
+
44
+update `config_center` set app='sie-iidp-monitor' where app = 'iidp-monitor';
45
+
46
+update `operator_blacklist` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
47
+
48
+##update `operator_log` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
49
+
50
+**业务更新**
51
+
52
+update ops_tracking_service_model SET app_code='iidp-monitor' WHERE app_code='iidp-monitor';
53
+
54
+**权限删除**
55
+
56
+DELETE FROM tenant_function_auth WHERE app_name='iidp-monitor';
57
+
58
+三、重新在应用商城上传新的sie-iidp-monitor.jar后端包以及前端包,并且安装。
59
+
60
+四、查看配置中心,看是否有iidp-monitor相关字段,统一修改为sie-iidp-monitor。
61
+
62
+五、执行更新数据和重置种子数据,并且刷新权限。
63
+
64
+
65
+## v1.3.1
66
+
67
+**发版日期**
68
+
69
+2024/04/19
70
+
71
+**下载地址**
72
+
73
+后端 jar: [iidp-monitor-v1.3.1.jar](http://idp.chinasie.com/download-app/distributed-app/iidp-monitor-v1.3.1.jar)
74
+
75
+md5: `f089867aaafe07fc6d5ea8647a852105`
76
+
77
+sha256: `13d91846956ef4c1c241c52da7a9430f1348bf1417d5af10457cc28f129a24c5`
78
+
79
+**更新内容**
80
+
81
+1. 提供运维监控功能
... ...
\ No newline at end of file