Watchdog Alarm Summary Report

Author: Sophie Renshaw

On both Crown Castle and ExteNet we have the Watchdog Alarm Summary Report. It is hidden to the customer but lets us see what watchdogs have not cleared on the relevant servers.

As part of the support process whoever is on Level 2 (Watchdog Rota) in the morning should be running the report for both customers to check for any watchdogs that haven’t cleared. If there are any on either report they need to be investigated and reported to ensure that they don’t become service impacting.

The report is a very simple report and it uses a number of database profiles in the reporting manager along with a MySQL query to return information on the Watchdogs.

For Example: Crown Castle Production

Database connections are declared:

   GRANT SELECT ON *.* TO 'reader'@'yourIpAddress' identified by 'password';