Javascript must be enabled to download our products and perform other essential functions on the website.

ionicons-v5-m
ionicons-v5-j
Buy Now Download Free Trial
ionicons-v5-m
ionicons-v5-f

This help page is for version 8.4. The latest available help is for version 9.4.

How to Monitor Databases

There are a few simple approaches that work for easily monitoring databases.

Performance Counters

The Microsoft SQL Server database publishes many performance counters. The Performance Monitor can monitor any of them. MSDN has a recommended list of counters that can be monitored.

In addition, other database servers like MySQL can also be monitored via SNMP. Other databases likely have similar functionality.

Poll Database

The Execute Script monitor can periodically connect to a database and perform a check. The first example script shows how to do that. This method even lets you easily check on a database value (table size for example).

Web Page Check

Create a web page that connects to the database and then returns something like "OK" or "Problem". The Web Page monitor could then check that page and alert if it didn't see "OK". That web page could of course perform any sorts of checks that you need.

PA Server Monitor

Help Map