This document discusses using SQL Server Agent to automate monitoring of a SQL Server instance and alerting when problems are detected. It provides examples of things that could be monitored like server restarts, databases not being backed up, failed jobs, and more. The document advocates the principle of "see something, say something" by having SQL Agent queries check for issues and send emails or log events to call for help if problems are found. It also cautions that any advice found online should be tested before implementing.