dbachecks
Integration with dbachecks allows SQLWATCH to pick up dbachecks' failures and notify via the SQLWATCH actions mechanism as well as show on the SQLWATCH dashboard. This is not a replacement for the dbachecks dashboard but a simple indication to allow time correlation with SQLWATCH performance metrics
The SQLWATCH check is simply querying the dbo.dbachecksResults
table for any records where the result equals to 'Failed'.
dbachecks tables are deployed with SQLWATCH to satisfy the check criteria, however, they can be in another database, in which case the check will need to be modified to reference the correct database:
For information around dbachecks please check their website https://dbachecks.readthedocs.io
Last updated