Configuring the e-mail template, 3 configuring the e-mail template – FUJITSU CentricStor V3.1D User Manual

Page 560

Advertising
background image

560

U41117-J-Z125-7-76

E-mail support in CentricStor

Appendix

12.2.3

Configuring the e-mail template

The configurable data of the e-mail can be set in e-mail-format-specific configuration files.
The configuration file must be created by copying a sample file and then be adapted to the
conditions.

If a customer-specific configuration file exists for an e-mail format, an e-mail is created and
sent in accordance with the configuration file.

The following entries can be configured in each e-mail-format-specific configuration file:

Recipient

Selection criterion

Recipients

Up to 8 recipients can be entered.

Example

# list with the recipients of the error information mail
#
RECEIVER1=""
RECEIVER2=""
RECEIVER3=""
RECEIVER4=""
RECEIVER5=""
RECEIVER6=""
RECEIVER7=""
RECEIVER8=""

Selection criterion

The Message Management defines which error messages can be sent by e-mail. In the
configuration file it is only possible to reduce this set. The criterion used for this purporse is
the error weight of a message (see

section “General” on page 441

).

Example

# define error levels to be reported by email
# values: yes/no
#
MAIL_NOTICE="no"
MAIL_WARNING="no"
MAIL_ERROR="no"
MAIL_CRITICAL="yes"
MAIL_ALERT="yes"
MAIL_EMERGENCY="yes"

Advertising