我正在尝试设置monit
来监视我们的框架之一。 Monit正常运行,我可以在浏览器中看到服务管理器,但是由于某些原因,警报无法正常工作。我没有收到任何电子邮件警报。对于可能导致此问题的任何建议,我将不胜感激。
我目前的配置:
在monitrc中:
set mailserver smtp.gmail.com port 587
username ********
password ********
using ssl
with timeout 30 seconds
set alert target@gmail.com
在monitalert中:
check host google.com with address dawadawda.com
if failed url http://dwaawdwad.com
then alert
check file alerttest with path /.nonexistent
alert target@gmail.com with reminder on 500 cycles
我在警报文件中使用了那些,因为我想触发一些东西来查看它是否有效。这些服务是由监视程序选择的,它们都失败,但是没有发送电子邮件。