3.2

Table Of Contents
Configuring the Server Event Manager
271
Server Event Configuration Example
The following is an example of the configuration of a server to send e-mails whenever the
backup fails, or the free space on a server disk reaches one of the limits set, in this case 30, 100,
or 500 MB:
<XML>
<Events>
<Event Name=”DiskLimit”>
<Action Name=”SendMail”>
</Action>
<Parameter Name=”FreeSpace”>
30 100 500
</Parameter>
</Event>
<Event Name="BackupFailure">
<Action Name="SendMail">
</Action>
</Event>
<Parameter Name=”SenderMachine”>
SERVERMACHINE
</Parameter>
<Parameter Name=”RCPTList”>
administrator@mydomain.com, info@mydomain.com
</Parameter>
<Parameter Name=”SenderAddress”>
ServerExecutionUser@mydomain.com
</Parameter>
<Parameter Name=”SMTPServer”>