In installed the New Relic server monitor on a few servers, and for some reason I cannot figure out, some of the servers are not reporting back data about the processes on the server.
I tried setting the logging level to VERBOSE, which gave me a little info. Right after the entry about collecting processes, which seems to be able to count the number of processes, this entry is logged what seems the amount of times that matches the number of processes:
VERBOSE NewRelic.ServerMonitor.Service - FirstChanceException event raised in NewRelic.ServerMonitor.exe System.Management.ManagementException: Invalid class at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
As far as I can tell, this is related to either some missing performance counters, or some sort of WMI related error, but I have no clue how to solve this.
Has anyone run in to this issue before?