CLI Guide

Table 23. Details of eventfilters (continued)
NOTE: idrac.all.all is not a valid sub category.
Valid Severity values are:
Critical
Warning
Info
Valid examples of alert queries are:
idrac.alert.all
idrac.alert.audit
idrac.alert.audit.lic
idrac.alert.audit.warning
idrac.alert.audit.lic.critical
This command does not support setting the proxy parameters if the share location (-l) is HTTP/HTTPS.
For more information, see Proxy parameter section.
Input
getDisplays the list of eventfilter settings
setConfigures the actions and notifications for a given eventfilter configuration
-iMessage ID for which the simulation is needed
-cAlert category of the specific event filter
-aThe action that must be invoked when the event occurs. Valid values are none, powercycle,
power off, or systemreset
-nThe notification is sent when the event occurs. Valid values are all, snmp, ipmi, ws-events,
redfish-events, oslog, email, remotesyslog, or none. You can append multiple notifications
that are separated by a comma. You cannot enter the values all or none with other notifications. If
incorrect notification is specified along with other valid notifications, the valid and invalid notification
set is failed.
-rEvent generation interval. This option is applicable only to the temperature statistics subcategory
tmps. You can use this option as a stand-alone or with -n and -a.
NOTE: If both event generation interval and notifications are configured and there is an error while
configuring the notifications, the event generation interval is not set. The valid values are 0365. 0
disables the event generation.
Example
Display all available event filter configurations.
racadm eventfilters get -c idrac.alert.all
Display eventfilter configurations for a specific category. For example, audit
racadm eventfilters get -c idrac.alert.audit
Display eventfilter configurations for a specific subcategory. For example, licensing under the audit
category
racadm eventfilters get -c idrac.alert.audit.lic
Display eventfilter configurations for a specific severity. For example, warning under the audit category
racadm eventfilters get -c idrac.alert.audit.warning
Display eventfilter configurations for a specific severity and subcategory. For example, a severity of
warning in the subcategory licensing under audit category
racadm eventfilters get -c idrac.alert.audit.lic.warning
Clear all available alert settings.
racadm eventfilters set -c idrac.alert.all -a none -n none
RACADM Subcommand Details 45