Hi. I am currently implementing prtg to monitor my server farm for WMI. With the Local server (Server where PRTG is installed) everything works fine. However, with the other servers give me problems two Sensors in specific :.
CPU Load: WMI: No result set (code: PE016) - PerfCounter: Unable to access the desired computer or service. Check the permissions and authentication of the log service or the interactive user session against those on the computer or service being monitored. (Performance counter error # 0xC0000BDB)
PageFile Usage WMI: No result set (code: PE016) - PerfCounter: Unable to connect to the specified computer, or the computer is offline. (Performance counter error # 0x800007D0)
I followed the following link to configure WMI remote access to my servers: Https:msdn.microsoft.com/en-us/library/aa393266(v=VS.85).aspx
Can anyone guide me in the configurations or permissions that I must enable for these sensors to work correctly?
Add comment