Previous Topic: Correlating Important EventsNext Topic: Features of Unicenter Notification Services


How Unicenter Notification Services Works

Unicenter Notification Services keeps track of all notifications that you send. This is especially important for two-way notifications that must be matched with responses. Here is the process:

  1. You create a notification message by using one of the following features:
  2. Based on the recipient, provider, or protocol information in the request, the Notification Services daemon (unotifyd) selects a protocol-specific driver to send the notification.

    Note: The daemon runs as a service on Windows and as a background process on UNIX/Linux.

  3. The daemon assigns a tracking ID, which it returns to the command or program that sent the notification.

    Note: If the daemon stops and then restarts, it also restarts the outstanding notifications stored on disk.

  4. If a response was requested, the daemon checks for it periodically from the service provider.
  5. The daemon stores information about the notification on disk, and updates that information throughout the life cycle of the notification. This is called checkpointing. Updates include:

More information:

Features of Unicenter Notification Services