This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Run a Windows command line and alert if over threshold

Hi,

We are looking to create a component monitor that:

1. logs in to a Windows server

2. execute a command line - specifically "netstat -anb | findstr 7000 | wc -l" to determine number of processes connected to port 7000

3. if the command line result is greater than 50 then generate an alert.

The component creation wizard was not much help. Version of SAM is 6.4.

Any assistance is greatly appreciated.