我希望添加一个检查monit来测试服务器是否可以ping启用了auth的远程mongodb实例。是否可以使用mongo进行标准的http检查?
答案 0 :(得分:0)
我最终做的是在monit中使用内置ping,如下所示。
check host <%= mongoHost %> with address <%= mongoHost %>
if failed icmp type echo count 3 with timeout 5 seconds
then alert