【发布时间】:2021-06-09 03:48:10
【问题描述】:
有人可以告诉我 monit 是根据什么决定重启应用程序的吗?例如,如果我想让 monit 监控我的 Web 应用程序,我应该向 monit 提供哪些信息,然后它将根据这些信息重新启动?
谢谢
更新: 我能够使用以下监视器配置使其工作
check host altamides with address web.dev1.ams
if failed port 80 with protocol http
then alert
但是,我想知道是否可以使用我的应用程序的任何绝对 URL。类似http://foo:5453/test/url/1.html/
有人可以帮我吗?
【问题讨论】:
标签: monit application-monitoring