Skip to content

Commit

Permalink
修改readme文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Ye committed Nov 28, 2018
1 parent b6a814c commit e5c5538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
@@ -1,7 +1,7 @@
cronmon
=======

crython 是一个计划任务(定时任务)监控系统,可以对循环执行的程序和脚本进行监控告警,当其未按照预期执行时,发送邮件到对应邮箱进行通知。
cronmon 是一个计划任务(定时任务)监控系统,可以对循环执行的程序和脚本进行监控告警,当其未按照预期执行时,发送邮件到对应邮箱进行通知。
同时可以将监控任务划分到不同业务下面,每个业务可以分配不同的通知人,建立业务、通知人和监控任务的多层级关系。

通过以一定的间隔发送HTTPS请求到特定的URL实现监控。如果URL未按时接受到请求,对应的业务通知人则会收到告警。
Expand Down

0 comments on commit e5c5538

Please sign in to comment.