Comments
-
Hello Again Joshua, That appears to have done it! i did change the warn and critical to less than for Critical and greater than to be Warning. It returns the result and has an UP status with my values as 11 and 3 for Warn and Critical. Thank you again to you and everyone else that assisted with this prior. Regards, Paul
-
Hello Joshua, I am able to the above command to search my process on the local and the remote server I wish to monitor, namely java.exe: PS C:\Users\administrator.DOMAIN> Invoke-Command -ComputerName SERVERNAME.DOMAIN.com -Credential domain\userid -ScriptBlock {get-wmiobject -query "SELECT * FROM Win32_Process WHERE…
-
Hello, Is this script still necessary in SAM 6.2.3 in order to return a COUNT fo the # of threads A process has (which in my case is java.exe)? Either way I am unable to get it to work, using either Xander.snyder's original or the additions made here. I have read both posts in length, I would liek to think I missign…