3.2

Table Of Contents
Configuring the Server Event Manager
273
Sending E-mail Notifications from LogWatch.xml
To send e-mail notification on any error with a specific severity level:
t Add a mapping entry to LogWatch.xml within the <SeverityMappings> scope.
For example:
<SeverityMappings>
<Mapping Severity = "<severity level>" Action = "<action id>"/>
</SeverityMappings>
For example, following entry sends an e-mail on every [FATAL]:
<SeverityMappings>
<Mapping Severity = "100" Action = "1"/>
</SeverityMappings>
To configure how and where the event notification should be sent, see “Supported Actions in
Config.xml” on page 267
.
To send e-mail notification on a specific message event:
t Add a mapping entry within MessageMapping scope (the message ID is decimal number)
<MessageMappings>
<Mapping MessageID = "<msg id>" Action = "<action id>"/>
</MessageMappings>
-100 [WARN] (warnings like “loading took
more than 3 sec”)
0 [ERROR] (normal errors, like “file
couldn't be imported because it exists
already”)
100 [FATAL] (Recoverable critical Errors,
like “couldn't save database - disk
full”)
200 Critical (non-recoverable errors, such
as crashes)
ID Severity