Sentry-go Alert Table for Microsft Access 97 and above. The Alerts.mdb file (database) in this folder can be used to log alerts from Sentry-go Plus! or Sentry-go Quick Monitors. You can modify it if you wish to include or remove some of the data logged. Assuming the above is unmodified, to log triggered alerts, simply update the monitor's configuration and, from the "Logging" tab, enter the following SQL INSERT statement. INSERT INTO SentrygoAlerts (TimeOccurred, Server, CheckName, AlertText) VALUES ('<$$TIMELOGGED>', '<$$SERVER>', '<$$TEST>', '<$$ERROR>')