| Index | Top - Up | Data ONTAP 8.2 |
Display event routes
Availability: This command is available to cluster administrators at the admin privilege level.
To display detailed information about a specific event route, run the command with the -messagename parameter, and specify the name of the message. The detailed view adds the following information:
You can specify additional parameters to limit output to the information that matches those parameters. For example, to display information only about events with a message name that begins with "raid", run the command with the -messagename raid* parameter. You can enter either a specific text string or a wildcard pattern.
{ [-fields <fieldname>, ...]
| [-instance ] }
[-messagename <Message Name>] - Message Name
[-severity {EMERGENCY|ALERT|CRITICAL|ERROR|WARNING|NOTICE|INFORMATIONAL|DEBUG}] - Severity
[-action <text>] - Corrective Action
[-description <text>] - Description
[-snmp-support {true|false}] - Supports SNMP trap
[-destinations <Event Destination>, ...] - Destinations
[-frequencythreshold <integer>] - Number of Drops Between Transmissions
[-timethreshold <integer>] - Dropping Interval (Seconds) Between Transmissions
cluster1::> event route show
Freq Time
Message Severity Destinations Threshd Threshd
--------------------- --------- -------------- ------- -------
admin.config.backup.
push.fail ERROR allevents,pager 5 120
admin.config.changed INFO allevents 0 0
admin.config.url.
unreachable WARNING allevents 0 0
admin.file.deleted INFO allevents 0 0
admin.login.failure INFO allevents 0 0
admin.software.
commit.failure ERROR criticals,allevents 0 0
admin.software.
commit.success INFO allevents 0 0
admin.software.
committing INFO allevents 0 0
admin.software.
installed INFO allevents 0 0
aggrcopy.dst.
autoRestrictMsg NOTICE allevents 0 0
aggrcopy.dst.
noMemory ERROR pager,admin 4 300
...| Index | Top - Up | Data ONTAP 8.2 |