Suppressing alerts

SQL Monitor allows teams to suppress alerts, or just their notifications, over certain periods.

If maintenance is carried out on your server, either at regular intervals or at a scheduled date and time, you may want to change SQL Monitor behavior to prevent alerts or alert notifications during those times. To do this you can create one or more alert suppression windows.

An alert suppression window allows you to choose a schedule, one or more monitored servers, and how alerts for those servers should be suppressed. You can apply the same alert suppression window to multiple servers, such as in a cluster, or to just to a single node within a cluster. 

Why suppress alerts?

There may be periods of time you know all alerts can be safely ignored. For example, when you’re performing some scheduled system maintenance, there’s a good chance the servers will be up and down multiple times over the maintenance window, and alerts such as “server unavailable” are nothing but a nuisance.

Even during normal operation, there may be times (such as when certain jobs are running on the server) when it is inevitable that certain metrics will exceed their configured alert thresholds. Perhaps the security team perform monthly "penetration tests" that cause a lot of failed SQL Server logins. You don’t want to turn off your “failed login” alert completely, but you do want to stop the notifications over that period. 

Creating an alert suppression window

In the SQL Monitor web interface:

  1. Go to the Configuration page and under Alerts, select Alert suppression.
  2. Click on New window and the following dialog will appear:

See: Details of the alert suppression windows dialog for a detailed description of each option.

Editing an alert suppression window

  1. Go to the Configuration page and under Alerts, select Alert suppression.
  2. Find the window you want to edit in the grid. The latest created windows will be displayed in the top:
  3. Click the cog icon in the Actions column, for the window you wish to edit, then click the Edit link:


  4. This will display the same dialog from the creation with the window's data populated.

Removing an alert suppression window

  1. Go to the Configuration page and under Alerts, select Alert suppression.
  2. Find the window you want to remove in the grid. The latest-created windows will be displayed in the top:
  3. Click the cog icon in the Actions column, for the window you wish to remove, then click the Remove link:


The alert suppression windows belong to a single Base Monitor. If you have an environment with multiple Base Monitors you will see a drop-down in the top-right corner of this page indicating which Base Monitor you're currently managing.

Details of the alert suppression window dialog

This is a detailed explanation of each of the field you will find in this dialog:

  • Name: Unique name for the alert suppression window.
  • Apply alert suppression to: Drop-down with the servers to which the window will be applied. Check Applying alert suppression to servers.

  • Recurrence: Indicate the cadence of repetition for the window. Check Windows recurrence.
  • Start time: Two input fields indicating hour and minute, in a 24-hour format, in which the window will be active. By default, this field will be 00:00, indicating that the window will start at midnight of the selected day(s).

    The start time uses the same time zone as the Base Monitor.
  • Duration: Contains hours and minutes fields. This indicates the period of time in which the window will be active for the specified days starting at the specified start time.

    The window might be active for a period of time slightly longer or shorter than the duration specified. When a window is saved, the system takes into account its "end time", which will be the start time plus the duration.
    This means that, if the window is set to start at 20:00 with a duration of 6 hours, the "end time" will be 02:00 of the following day (20:00 plus 06:00). If during this period, there is a daylight saving change in the Base Monitor's time, this will be ignored by the window, which will be active until 02:00 of the following day.

  • Alert types: Indicates which kinds of alert will be affected by the maintenance window. The options are:
    • Suppress performance and custom metric alert types: If selected, will make the window to be applicable to any custom metric alerts and performance-related alerts.
    • Suppress all alert types: If selected, will make the window to be applicable to all alert types.
  • Suppress: Indicates the behaviour of the window for the affected alert types when it is active. This action will only be applied over the alert types indicated in the "Alert types" field. The options are:
    • Suppress notifications only (alerts will still be raised): If selected, will suppress alert notifications. The alerts will still be raised.
    • Suppress alerts and notifications: If selected, will suppress the alert generation and, consequently, no notifications will be generated. This option, combined with the "Suppress all alert types" from the "Alert types" field, will effectively stop all alert generation for the window.

Applying alert suppression to servers

When creating or editing a window, you can select one or more servers. The following types of items can be selected: cluster, machine, SQL Server, Azure SQL Server and Azure SQL Database.
You can also create an alert suppression window with an empty servers list. You can add servers to that window at a later moment. If you add a server to a window that should be already active, this will take immediate effect on the newly added server.

For example, if you create a window without servers that will be active from 13:00 of the current day for 7 hours (until 20:00), and at 14:00 you add a server to it, that window will take effect on that server until 20:00 of that day (or until you remove the server again from that window).
Selecting a parent element will apply the alert suppression to its child elements. In the following image, selecting the machine "is-sql2017.testnet.red-gate.com" would suppress alerts generated in both of its SQL Server instances, "sql2017ci" and "sql2017cs":

In versions prior to 10.0.11, selecting a cluster machine node will not suppress the alerts of its SQL Server instances. This is an exception to the behavior where windows applied to parent nodes will also take effect on its child nodes. You can work around this by manually applying the alert suppression window to those SQL Server instances in addition to the cluster machine node. This does not affect clustered SQL Server instances that aren't associated with a specific cluster node machine.

Windows recurrence

Regarding windows recurrence, there are 3 possible options:

None (one-off)

When this option is selected, you will see a Date. This field indicates when the window will take effect. The window will be active from the selected date at the selected start time. After the specified duration, the window will no longer be active. This option is intended for scenarios where there is scheduled maintenance that is not part of a recurring process.

Weekly

This option will provide a set of checkboxes where you can select on which days of the week the window will be active. This will create a window that will be active every week on the selected days from the start time.

Monthly

This option will provide 2 drop-downs where you can select the relative day of the month in which the window will be active. This allow you to make choices like "Second Tuesday of every month" or "Last Sunday of every month".

Example: Snoozing notifications outside business hours

You could create a window to suppress notifications from all alert types from Monday to Friday after working hours. You could select all the desired weekdays, and then, in the Start time field, you could select 18:00 and the Duration could be 14 hours. This window would take effect Monday to Friday from 18:00 until 8:00 of the following day. This means that the window would also be active from midnight to 8:00 on Saturday.
Here is how this window configuration would look:


Do you have any feedback on this documentation?

Let us know at sqlmonitorfeedback@red-gate.com


Didn't find what you were looking for?