Setting Alerts on Forwarded Events

Event forwarding is a feature of SQL Executive that allows SQL Server events to be forwarded to another SQL Server¾called the alerts management server¾for processing, instead of being processed locally. Event forwarding enables central management of alerts and allows the development of alerts neighborhoods, which are groups of servers that share a common alerts management server.

Some disadvantages of setting up an alerts management server are the following:

Event forwarding is implemented by using the alert engine fail-safe options described in Setting Alert Engine Options, earlier in this chapter.

    To set up an alerts management server
  1. On each server that is to forward events, set up unhandled event forwarding.
  2. On each server that is to forward events, check that alerts are not defined on the events to be forwarded, or that if alerts are set they are disabled.

    If a locally defined alert is disabled and an event occurs that would have caused the alert to fire, the event will be forwarded to the alerts management server. This allows local overrides¾that is, alerts defined locally that are also defined at the alerts management server¾to be turned off and on as needed.

    Important Only unhandled events will be forwarded, and only those of a severity equal to or greater than the setting in the Fail-Safe tab of the Alerts Engine Option dialog box. An unhandled event is one for which there is no enabled, locally defined alert.

  3. On the alerts management server, set alerts on the events that are expected to be forwarded.

When configuring event forwarding, follow these guidelines: