Reference Guide

Input
get - Displays the list of event filter settings.
set - Configures the actions and notifications for a given event filter configuration.
-c - Alert descriptor of the specific event filter.
-n - The notification to be sent when the event occurs. Valid values are all, snmp,
ipmi, lcd, email, or none. You can append multiple notifications separated by a
comma. You cannot enter the values all or none with other notifications.
-r - Event generation interval. This is applicable only to the temperature statistics
subcategory - tmps. You can use this option as a stand-alone or with -n .
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 from 0–365. 0 disables the event generation.
Example
Display all available event filter configurations:
racadm eventfilters get -c cmc.alert.all
Display eventfilter configurations for a specific category. For example, audit:
racadm eventfilters get -c cmc.alert.audit
Display eventfilter configurations for a specific subcategory. For example, licensing
under the audit category:
racadm eventfilters get -c cmc.alert.audit.lic
Display eventfilter configurations for a specific severity. For example, warning under
the audit category:
racadm eventfilters get -c cmc.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 cmc.alert.audit.lic.warning
Clear all available alert settings:
racadm eventfilters set -c cmc.alert.all -n none
Configure using severity as a parameter. For example, all informational events in
storage category are assigned poweroff as action, and email and snmp as
notifications:
racadm eventfilters set -c cmc.alert.storage.info -n
email,snmp
Configure using subcategory as a parameter. For example, all configurations under
the licensing subcategory in the audit category are assigned poweroff as action and
all notifications are enabled:
racadm eventfilters set -c cmc.alert.audit.lic -n all
Configure using subcategory and severity as parameters. For example, all
Information events under the licensing subcategory in the audit category are
assigned poweroff as action and all notifications are disabled:
racadm eventfilters set -c cmc.alert.audit.lic.info -
n none
Configure the event generation interval for temperature statistics:
racadm eventfilters set -c
cmc.alert.system.tmps.warning -r 10
Configure the event generation interval and notifications for temperature statistics:
racadm eventfilters set -c cmc.alert.system.tmps -r 5 -
n snmp
28