Browse "Monitoring Processes" Questions:
|
Q7000010: The Process check is not working at all. Network Monitor tells me that WMI is probably not working well. Please help.
Verify that WMI is working well as described in the here.
Then, check if you can access the Process class using the following command line commands:
wmic /node:localhost path Win32_Process where Name='explorer.exe' get ProcessID
wmic /node:remote-computer /user:user /password:password path Win32_Process where Name='explorer.exe' get ProcessID
Network Monitor > Monitoring ProcessesQ7000015: I have a process called AX32.EXE and I want to make sure that 3 instances of this process is running on a specific server. Is this possible?
Yes it is. However, the standard built-in Process check can't handle it. There's a function called 'CheckNumProcesses' in 'Process.vbs'. With this script, you can monitor instances of a process.
Network Monitor > Monitoring Processes
|
| Error codes |
| Click here to view the full list of error codes |