Skip to main content
A newer release of this product is available.

event config show

Contributors
Suggest changes

Display log configuration parameters

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The event config show command displays information about the configuration of event notification and event logging for the cluster.

"Mail From" is the email address that the event notification system uses as the "From" address for email notifications.

"Mail Server" is the name or IP address of the SMTP server that the event notification system uses to send email notification of events.

"Proxy URL" is the HTTP or HTTPS proxy server URL used by rest-api type EMS notification destinations if your organization uses a proxy.

"Proxy User Name" is the user name for the HTTP or HTTPS proxy server if authentication is required.

"Suppression" indicates whether event suppression algorithms are enabled ("on") or disabled ("off"). The event processing system implements several algorithms to throttle events.

Note The suppression parameter can disable both autosuppression and duplicate suppression, but not timer suppression.

"Console" indicates whether events are displayed on the console port ("on") or not displayed("off").

Examples

The following example displays the configuration of event notification for the cluster:

cluster1::> event config show
                              Mail From:  admin@example.com
                            Mail Server:  mail.example.com
                              Proxy URL:  -
                        Proxy User Name:  -

The following example displays the configuration of event notification with HTTP or HTTPS proxy:

cluster1::> event config show
                              Mail From:  admin@example.com
                            Mail Server:  mail.example.com
                              Proxy URL:  http://proxy.example.com:3128
                        Proxy User Name:  admin