event config modify
Modify log configuration parameters
Availability: This command is available to cluster administrators at the admin privilege level.
Parameters
[-mailfrom <mail address>] - Mail From
Use this parameter to configure
the e-mail address from which e-mail notifications will be sent.
You can configure the cluster to
send e-mail notifications when specific events occur.
Use the
event route add-destinations and
event destination create commands
to configure e-mail destinations for events.
[-mailserver <Remote IP>] - Mail Server (SMTP)
Use this parameter to configure
the name or IP address of the SMTP server
used by the cluster when sending e-mail notification of events.
[-suppression {on|off}] - Event Throttling/Suppression (privilege: advanced)
Use this parameter to configure
whether event suppression algorithms
are enabled ("on") or disabled ("off").
The event processing system implements several algorithms
to throttle events.
The documentation for
event show-suppression
describes the suppression algorithms in detail.
Note:
The suppression parameter can disable
both autosuppression and duplicate suppression,
but timer suppression cannot be disabled.
[-console {on|off}] - Console Logging (privilege: advanced)
Use this parameter to configure
whether events are displayed
on the console port ("on") or not ("off").
Examples
The following command sets the "Mail From" address for event notifications to "admin@example.com" and the "Mail Server" to "mail.example.com".
cluster1::> event config modify -mailfrom admin@example.com -mailserver mail.example.com
The following example turns on event suppression and console logging.
cluster1::> event config modify -suppression on -console on