Customer Self-Service Portal

Monitor a SQL Table

I have an application that writes alerts to it's MSSQL Table.  I'd love it if site24x7 could tell me when certain events show up in the SQL table.

Sample below: 'Message' would be something like 'Heartbeat is unhealthy' or 'Error in processing'

select * from dbo.applicationlog;

ApplicationLogId	BatchNumber	Source	Message	LogDate	Type	Sequence	ErrorCount
BF620864-9462-E611-827A-122E68B77D56	0	NightlyMaintenance	Nightly Maintenance Finished	2016-08-14 23:00:25.593	INFO	30537402	
Any ideas?