2014-07-09 142 views
1

下面是日志从蒙戈MMS代理,不知道为什么它停止监视突然Monogdb彩信监控关闭到'IP-XX-XX-XX-XX:27017`:不再存在

[2014/07/08 17:49:33] [monitoring.info] [monitoring-agent/components/agent.go:145] Sent all 1  host requests to channel. Awaiting responses... 
[2014/07/08 17:49:33] [monitoring.info] [monitoring-agent/components/agent.go:279] Posting final ping payload containing 1/1 hosts 
[2014/07/08 17:49:33] [monitoring.info] [monitoring-agent/components/agent.go:323] Done. Sleeping for 54.3s... 
[2014/07/08 17:50:28] [monitoring.info] [monitoring-agent/components/agent.go:145] Sent all 1 host requests to channel. Awaiting responses... 
[2014/07/08 17:50:28] [monitoring.info] [monitoring-agent/components/agent.go:279] Posting final ping payload containing 1/1 hosts 
[2014/07/08 17:50:28] [monitoring.info] [monitoring-agent/components/agent.go:323] Done. Sleeping for 54.3s... 
[2014/07/08 17:51:23] [monitoring.routinemanager.info] [monitoring-agent/components/bus.go:49] Shutting down monitoring to `ip-xx-xx-xx-xx:27017`: no longer present 
[2014/07/08 17:51:23] [monitoring.info] [monitoring-agent/components/agent.go:297] Nothing to do. Either the server detected the possibility of another monitoring agent running, or no Hosts are configured on the MMS group. 
[2014/07/08 17:51:23] [monitoring.process-ip-xx-xx-xx-xx:27017.info] [monitoring-agent/components/bus.go:149] Received quit to shutdown all 3 monitors 
[2014/07/08 17:51:23] [monitoring.info] [monitoring-agent/components/agent.go:323] Done. Sleeping for 54.6s... 
[2014/07/08 17:52:18] [monitoring.info] [monitoring-agent/components/agent.go:297] Nothing to do. Either the server detected the possibility of another monitoring agent running, or no Hosts are configured on the MMS group. 
[2014/07/08 17:52:18] [monitoring.info] [monitoring-agent/components/agent.go:323] Done. Sleeping for 54.7s... 
[2014/07/08 17:53:13] [monitoring.info] [monitoring-agent/components/agent.go:297] Nothing to do. Either the server detected the possibility of another monitoring agent running, or no Hosts are configured on the MMS group. 
[2014/07/08 17:53:13] [monitoring.info] [monitoring-agent/components/agent.go:323] Done. Sleeping for 54.6s... 
[2014/07/08 17:54:08] [monitoring.info] [monitoring-agent/components/agent.go:297] Nothing to do. Either the server detected the possibility of another monitoring agent running, or no Hosts are configured on the MMS group. 
+0

你可以尝试对ip:port进行ping操作,看看你是否得到回应。 –

+0

这是私人IP,我不能从外面ping,但从这个IP可以打电话以外的世界网址。我的应用程序在进行CRUD操作时工作正常。 – codepiper

+1

这不是一个真正的编程问题,因为它可能是超级用户或DBA SE – Sammaye

回答

2

我遇到了类似的问题。

在我的情况下,服务器已经关闭了太久并且在MMS中被停用。在MMS上的部署页面上,单击警告图标,然后单击“重新激活所有实例”。

+0

这对我来说很有用,它需要一分钟才能开始 –