Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2023-04-24 15:27:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
44292fb8294a8b26da51659db5321344bea1580e
44292fb8
1 parent
7c7e7144
调整监听应用节点邮件描述
mt 2023年4月24日15:27:01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/erry/iclear/dateInterface/task/IClearApiTask.java
src/main/java/com/erry/iclear/dateInterface/task/IClearApiTask.java
View file @
44292fb
...
...
@@ -69,11 +69,11 @@ public class IClearApiTask {
log
.
info
(
"monitorIclearNodesTask start>>>>>>>>>>>>"
);
boolean
requestResult42
=
apiService
.
connectIclearNode
(
this
.
iclearAddressUrl42
);
if
(!
requestResult42
){
emailSenderService
.
sendMail
(
null
,
"系统访问异常提示"
,
"系统提示:
42
节点访问异常,请及时查看"
);
emailSenderService
.
sendMail
(
null
,
"系统访问异常提示"
,
"系统提示:
应用第一个
节点访问异常,请及时查看"
);
}
boolean
requestResult43
=
apiService
.
connectIclearNode
(
this
.
iclearAddressUrl43
);
if
(!
requestResult43
){
emailSenderService
.
sendMail
(
null
,
"系统访问异常提示"
,
"系统提示:
43
节点访问异常,请及时查看"
);
emailSenderService
.
sendMail
(
null
,
"系统访问异常提示"
,
"系统提示:
应用第二个
节点访问异常,请及时查看"
);
}
log
.
info
(
"monitorIclearNodesTask end>>>>>>>>>>>>"
);
}
catch
(
Exception
e
){
...
...
Please
register
or
login
to post a comment