Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mlge
8 years ago
Commit
ff28520ce247783787b82592b7c4073c7b95feea
1 parent
59a4d39a
no message
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
27 deletions
monitor-ui-web/src/main/resources/META-INF/spring/spring-web-context.xml
monitor-ui-web/src/main/resources/config.properties
monitor-ui-web/src/main/webapp/jsp/bigdata/dashboardinfo.jsp
monitor-ui-web/src/main/resources/META-INF/spring/spring-web-context.xml
View file @
ff28520
...
...
@@ -67,31 +67,31 @@
<mvc:resources
location=
"/script/"
mapping=
"/script/**"
/>
<mvc:resources
location=
"/sql_format/"
mapping=
"/sql_format/**"
/>
<mvc:interceptors>
<!-- 登录验证 -->
<mvc:interceptor>
<mvc:mapping
path=
"/**"
/>
<mvc:exclude-mapping
path=
"/bigdata/**"
/>
<mvc:exclude-mapping
path=
"/hystrix/**"
/>
<mvc:exclude-mapping
path=
"/user/**"
/>
<mvc:exclude-mapping
path=
"/img/**"
/>
<mvc:exclude-mapping
path=
"/css/**"
/>
<mvc:exclude-mapping
path=
"/js/**"
/>
<mvc:exclude-mapping
path=
"/fonts/**"
/>
<mvc:exclude-mapping
path=
"/script/**"
/>
<mvc:exclude-mapping
path=
"/sql_format/**"
/>
<mvc:exclude-mapping
path=
"/dashboard/**"
/>
<mvc:exclude-mapping
path=
"/app_**/**"
/>
<mvc:exclude-mapping
path=
"/deliverMessageVoice/**"
/>
<mvc:exclude-mapping
path=
"/deliverMessagetxt/**"
/>
<mvc:exclude-mapping
path=
"/systemTest/**"
/>
<mvc:exclude-mapping
path=
"/recvMonitAlarm"
/>
<mvc:exclude-mapping
path=
"/awsapi/sns"
/>
<mvc:exclude-mapping
path=
"/testcommon/testUpLoadData"
/>
<mvc:exclude-mapping
path=
"/workSystem/callbackTest"
/>
<bean
class=
"com.ui.interceptor.AuthInterceptor"
/>
</mvc:interceptor>
<!--<mvc:interceptors>-->
<!--<!– 登录验证 –>-->
<!--<mvc:interceptor>-->
<!--<mvc:mapping path="/**"/>-->
<!--<mvc:exclude-mapping path="/bigdata/**"/>-->
<!--<mvc:exclude-mapping path="/hystrix/**"/>-->
<!--<mvc:exclude-mapping path="/user/**"/>-->
<!--<mvc:exclude-mapping path="/img/**"/>-->
<!--<mvc:exclude-mapping path="/css/**"/>-->
<!--<mvc:exclude-mapping path="/js/**"/>-->
<!--<mvc:exclude-mapping path="/fonts/**"/>-->
<!--<mvc:exclude-mapping path="/script/**"/>-->
<!--<mvc:exclude-mapping path="/sql_format/**"/>-->
<!--<mvc:exclude-mapping path="/dashboard/**"/>-->
<!--<mvc:exclude-mapping path="/app_**/**"/>-->
<!--<mvc:exclude-mapping path="/deliverMessageVoice/**"/>-->
<!--<mvc:exclude-mapping path="/deliverMessagetxt/**"/>-->
<!--<mvc:exclude-mapping path="/systemTest/**"/>-->
<!--<mvc:exclude-mapping path="/recvMonitAlarm"/>-->
<!--<mvc:exclude-mapping path="/awsapi/sns" />-->
<!--<mvc:exclude-mapping path="/testcommon/testUpLoadData" />-->
<!--<mvc:exclude-mapping path="/workSystem/callbackTest" />-->
<!--<bean class="com.ui.interceptor.AuthInterceptor"/>-->
<!--</mvc:interceptor>-->
<
/mvc:interceptors
>
<
!--</mvc:interceptors>--
>
</beans>
\ No newline at end of file
...
...
monitor-ui-web/src/main/resources/config.properties
View file @
ff28520
monitor.service.url
=
http://127.0.0.1:8880/monitor
monitor.service.url
=
http://127.0.0.1:8880/monitor
/
search.aws.url
=
http://192.168.102.216:8080/
search.qq.url
=
http://192.168.102.224:8080/
search.filePath
=
D:/Data/productList.txt
\ No newline at end of file
...
...
monitor-ui-web/src/main/webapp/jsp/bigdata/dashboardinfo.jsp
View file @
ff28520
...
...
@@ -66,10 +66,11 @@
</div>
<!-- 右侧具体内容 -->
<div
id=
"content"
>
<iframe
src=
"http://
dashboardui.yohops.com
/dashboard/index"
id=
"iframepage"
frameborder=
"0"
scrolling=
"auto"
width=
"100%"
height=
"800px"
>
<iframe
src=
"http://
localhost:7777
/dashboard/index"
id=
"iframepage"
frameborder=
"0"
scrolling=
"auto"
width=
"100%"
height=
"800px"
>
</iframe>
</div>
<script
src=
"<%=basePath %>script/common/genarate_left_panel.js"
></script>
<script>
$
(
"#li_bigdata_ops"
).
addClass
(
"active open"
);
...
...
Please
register
or
login
to post a comment