3.2

Table Of Contents
Configuring the Server Event Manager
269
Supported Events in Config.xml
The following sections describe the events that are currently supported in Interplay and that can
be configured in Config.xml as events to which the Interplay Engine should react.
DiskLimit Event
The “DiskLimit” event is configured with the following XML block:
<Event Name=”DiskLimit”>
<Parameter Name=”FreeSpace”>
30 100 500
</Parameter>
</Event>
The “FreeSpace” parameter contains a list of numbers that specify the free space on the disk in
megabytes. Whenever the free space falls below one of the specified numbers, it triggers the
server to perform one of the configured actions.
BackupFailed Event
The “BackupFailed” event is triggered whenever the automatic backup of a database fails, that is,
when the _Database folder cannot be copied to the backup location.
The “BackupFailed” event is configured with the following XML block:
<Event Name="BackupFailed">
</Event>
To send an e-mail when a “BackupFailed” event is triggered, use the “SendMail” action
described in
“Supported Actions in Config.xml” on page 267.
LogEvent Event
The “LogEvent” event is triggered according to the settings in the LogWatch.xml, in which an
administrator can specify what actions should happen if a severe problem inside of the Interplay
Engine occurs (for example, send an e-mail or shut down the server). The file allows a rough
definition by severity of the problem or a very detailed configuration via the message ID of the
problem.