多个 cronjob 电子邮件
我的 crontab 中有 3 个作业。如果只有其中一封失败,而另外两封则不接收电子邮件,我希望收到电子邮件。有没有办法将电子邮件限制为一种类型的 cronjob?
I have 3 jobs in my crontab. I want to recieve emails if only 1 of them fails and not for other two. Is there any way to restric emails to one type of cronjob?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您不想查看输出,请将您不关心的两个输出重定向到
/dev/null
;如果您想查看输出,则将其重定向到某个文件。Redirect the output of the two you don't care about to
/dev/null
if you don't ever want to see the output or to some file if you do.你的 cron 可能支持这个:
Your cron likely supports this: