Hello,

I am currently having difficulties using the wmi process sensor. I have a few processes in which I want to monitor their bandwith usage however it gives me error code pe009 even though WMI can connect through the user and using wmitest from the server to the target machine queries just fine. I've even used a process with a very simple name in case I somehow misspelled the original process i wanted to test with.


Article Comments

Hello there,

Did you make sure to enter the name of the process without file extension, e.g. instead of 'chrome.exe' just 'chrome'?

If so, please verify with our WMI Tester. On Tab "Basic" configure the target device and credentials, on tab "Advanced" select option "Custom" and use this query: SELECT ThreadCount, HandleCount, PrivateBytes ,WorkingSet, PercentProcessorTime, PageFaultsPerSec ,Timestamp_Sys100NS, IDProcess FROM Win32_PerfRawData_PerfProc_Process WHERE Name LIKE 'chrome' (Replace chrome at the end with the name of the process you'd like to monitor)

Kind regards,

Erhard


Oct, 2018 - Permalink

Hi Erhard,

Thanks for the reply. yes i did make sure the process in question is names without the extension. I haven't queried any process in particular but i did give the wmitester a simple "run and list" test and it did yield back a listing with every process. Last time I checked every process listed by the wmitester just threw the "process no found" in PRTG.

Currently I fixed the problem by simply installing a remote probe on the target pc and using that the run the process monitor and send info back to the prtg server, however after concluding my testing and getting favorable result on the info process monitor my workaround will require around 20 remote probes installed which I have no idea how the server will react or if I can even install so many with the free PRTG limitations. We have a very small network, 100 sensors are more than enough but currently I don't know if I have unlimited remote probe installations or not.

Will come back with results and logs to your idea in a day or 2 time.


Oct, 2018 - Permalink