Unica Plan | umoConfiguration | Notifications

These properties specify information about notifications in Unica Plan, including information about the event monitor.

notifyPlanBaseURL

Description

The URL for your Unica Plan deployment, including the host name and port number. Unica Plan includes this URL in notifications that contain links to other information in Unica Plan.

Note: Do not use "localhost" as a server name unless your mail client and Unica Plan server are running on same server.
Default value

http://<server>:<port>/plan/affiniumplan.jsp

notifyDelegateClassName

Description

The fully qualified Java class name of the delegate implementation to be instantiated by the service. This class must implement the com.unicacorp.afc.service.IServiceImpl interface. Defaults to a local implementation if not specified.

Default value

blank

notifyIsDelegateComplete

Description

Optional Boolean string that indicates whether the delegate implementation is complete. Defaults to True if not specified.

Default value

True

Valid Values

True | False

notifyEventMonitorStartTime

Description

Specifies when the event notification monitor process begins for the first time after Unica Plan starts. Format the value according to the short version of the java.text.DateFormat class for the current locale. For example, in US English locale, a valid string might be 11:45 pm.

Default value

Blank (Immediately after Unica Plan is started.)

notifyEventMonitorPollPeriod

Description

Defines the approximate time, in seconds, for the event monitor to sleep between polls. Events accumulate in the event queue between polling periods; shorter polling periods process notifications sooner, but impose more system overhead. If you erase the default and leave the value blank, the poll period defaults to a short period, usually under a minute.

Default value

5 (seconds)

notifyEventMonitorRemoveSize

Description

Specifies the number of events to remove from the queue in one shot. The event monitor removes events from the event queue in the increments that are specified by this value until none are left.

Note: You can set this value to a number other than 1 to increase event processing performance. However, if the service host goes down before removed events are processed, there is a risk of event loss.
Default value

10

alertCountRefreshPeriodInSeconds

Description

Specifies, in seconds, the system-wide alert count refresh period for the alerts count. This count displays near the top of the navigation bar after a user logs in.

Note: Changing the refresh period to poll faster can have performance implications in a multi-user environment.
Default value

180 (3 minutes)