I have a 3 node replicaset monitored by MMS. The two secondary nodes show up and report data in MMS, the primary does not.
When I add it manually, it shows in the MMS dashboard as "No Data" for about 20 minutes, then disappears. The only data in the log is shown below.
I've tried to increase the logging level of the agent by changing the logLevel to logging.DEBUG in logConfig.py, but was unsuccessful.
2013-08-29 10:46:20,508 INFO starting non-blocking stats monitoring: 10.X.X.X:27018
2013-08-29 10:46:20,508 INFO starting blocking stats monitoring: 10.X.X.X:27018
2013-08-29 10:46:20,509 INFO starting munin monitoring: 10.X.X.X:4949
2013-08-29 11:06:36,707 INFO stopping munin monitoring: 10.X.X.X:4949
2013-08-29 11:06:39,851 INFO stopping blocking stats monitoring: 10.X.X.X:27018
2013-08-29 11:06:39,896 INFO stopping non-blocking stats monitoring: 10.X.X.X:27018
Anyone have any ideas how to troubleshoot why the node disappears or increase the logging level to get additional info from the agent?