Comments
-
Hi Serena, Thank you for your response. Scheduling a script monitor has been added as a feature request in SAM a few times. I know because I always up vote the request. For some reason people don't want the flexibility of being able to check for a file at a specific time or run a monitor for a specific amount of time (like…
-
I ran into the same problem trying to monitor the SQL Error Log using default SAM templates. I composed a PowerShell script that monitors the SQL Error Log. * Uses the SQL Error Log Path as an argument for the script * I have it searching the SQL Error Log for specific conditions (in my case severity greater than 19) * The…
-
I have attached the a copy of the script that to the response. If you have any question about what it does or how it does it, please let me know. I hope this helps or is at least a starting point to get you guys going with monitoring the SQL Error Log. There is one thing that may fail with the script that i haven't fixed.…