Need help figuring out how to monitor this.
I'm runing a simple script to figure out how many rows are in a certain table to make sure it is growing as expected.
select count (*) from cabinet..pagescorrected and I get a result of let's say 1000
I want to be alerted if for some reason the table stops growing.
It should grow about 1000 records or so an hour.
is there any way to do this?
Thanks,
Monitor SQL Table growth
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
You may use "Active Script" test method to run your script. "Active Script" test method allows you to compare certain value with the Reply value, that was set by previous test execution. You just should slightly adjust your script to fit the "Active script" requirements: http://www.ks-soft.net/hostmon.eng/mfra ... htm#script
Please, see the script examples, located in "Examples\Scripts" subfolder of the HostMonitor's folder.
Regards,
Max
Please, see the script examples, located in "Examples\Scripts" subfolder of the HostMonitor's folder.
Regards,
Max