Hello,
i got a requirement from application team that they want to monitor the connection pool in SCOM for the connections hit.
They are having two commands, if the command.
netstat -an | Select-String -Pattern 10.x.x.x | measure-object -line
netstat -an | Select-String -Pattern 10.x.x.x| measure-object -line
command output like
If the lines value greater than 50, SCOM should trigger an alert. Please help me to achieve this.
Regards,
Vijay