Reference Guide
• 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
Input
• get — Displays the list of eventlter settings.
• set — Congures the actions and notications for a given eventlter conguration.
• -i — Message ID for which the simulation is needed.
• -c — Alert category of the specic event lter.
•
-a — The action that must be invoked when the event occurs. Valid values are none, powercycle, power
off, or systemreset.
• -n — The notication is sent when the event occurs. Valid values are all, snmp, ipmi, ws-events, oslog,
email, remotesyslog or none. You can append multiple notications separated by a comma. You cannot
enter the values all or none with other notications. If incorrect notication is specied along with other valid
notications, the valid and invalid notication set is failed.
• -r — Event 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 notications are congured and there is an error while
conguring the notications, the event generation interval is not set. The valid values are 0–365. 0
disables the event generation.
Example
• Display all available event lter congurations:
racadm eventfilters get -c idrac.alert.all
• Display eventlter congurations for a specic category. For example, audit:
racadm eventfilters get -c idrac.alert.audit
• Display eventlter congurations for a specic subcategory. For example, licensing under the audit category:
racadm eventfilters get -c idrac.alert.audit.lic
• Display eventlter congurations for a specic severity. For example, warning under the audit category:
racadm eventfilters get -c idrac.alert.audit.warning
• Display eventlter congurations for a specic 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
• Congure using severity as a parameter. For example, all informational events in storage category are assigned
power o as action, and email and snmp as notications:
racadm eventfilters set -c idrac.alert.storage.info -a poweroff -n email,snmp
• Congure using subcategory as a parameter. For example, all congurations under the licensing subcategory in
the audit category are assigned power o as action and all notications are enabled:
racadm eventfilters set -c idrac.alert.audit.lic -a poweroff -n all
• Congure using subcategory and severity as parameters. For example, all information events under the licensing
subcategory in the audit category are assigned power o as action and all notications are disabled:
racadm eventfilters set -c idrac.alert.audit.lic.info -a poweroff -n none
• Congure the event generation interval for temperature statistics:
racadm eventfilters set -c idrac.alert.system.tmps.warning -r 10
• Congure the event generation interval and notications for temperature statistics:
racadm eventfilters set -c idrac.alert.system.tmps -r 5 -a none -n snmp
RACADM Subcommand Details
29