gpt4 book ai didi

ubuntu - monit 可以有一个重新启动的日期和/或时间,而不是正常运行时间吗?

转载 作者:行者123 更新时间:2023-12-04 18:41:24 25 4
gpt4 key购买 nike

如果我想让 monit 每 7 天重启一次进程,我可以使用

https://mmonit.com/monit/documentation/monit.html#PROCESS-UPTIME-TESTING
if uptime > 7 days then restart

但是,monit 是否具有在特定日期/时间重新启动的内置方式?例如:
restart every saturday night at midnight

这存在吗?
如果不是,其他人如何处理?

最佳答案

我同意vesquam的回答,但对我来说,最好在 Monit 本身中指定 crontab 条目,使用额外的 check program专门用于重启的声明:

check program mariadb_restart with path "/bin/monit restart mariadb"
with timeout 600 seconds
every "0 0 * * 0-6"
if status != 0 then alert

优点:这一切都在一个地方,您可以在重启失败时收到警报..等

关于ubuntu - monit 可以有一个重新启动的日期和/或时间,而不是正常运行时间吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31484855/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com