Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
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
qinchao
7 years ago
Commit
2a19f1e571f705c5c0b80b34102a5584fbaf60a8
1 parent
c647badd
检测频率放低
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
monitor-service-other/src/main/java/com/monitor/other/dockermonitor/task/DockerMonitorTask.java
monitor-service-web/src/main/resources/product/timed_task_corn.properties
monitor-service-other/src/main/java/com/monitor/other/dockermonitor/task/DockerMonitorTask.java
View file @
2a19f1e
...
...
@@ -150,6 +150,11 @@ public class DockerMonitorTask {
}
}
try
{
Thread
.
sleep
(
1000
);
}
catch
(
Exception
e
){
}
}
}
}
...
...
monitor-service-web/src/main/resources/product/timed_task_corn.properties
View file @
2a19f1e
...
...
@@ -49,4 +49,4 @@ cron_elb_info_scan=0 0/30 * * * ?
cron_alarmed_mip_alarm
=
0 0/5 * * * ?
cron_task_docker_pod_scan
=
0 0/1 * * * ?
\ No newline at end of file
cron_task_docker_pod_scan
=
0 0/5 * * * ?
\ No newline at end of file
...
...
Please
register
or
login
to post a comment