I'm trying to monitor a Google Compute instance with Debian 3.2.57-3+deb7u2. I'm following the Ubuntu instructions. I already made it work on my local machine (OS X), but the agent for the linux machine is not reporting anything, nor logging anything, so I don't know how to proceed.
After that I got the following error:
Error checking if mongodb-mms-monitoring-agent is piped to /var/log/mongodb-mms-automation/monitoring-agent.log : <Monitoring Agent Manager> [22:35:39.504] Error checking logfile for mongodb-mms-monitoring-agent with pid=18102 : output = /bin/bash: lsof: command not found
It seems that lsof is not installed by default on Google Compute VM instances. Fixed with sudo apt-get install lsof.