E Commands
event temperature
169
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
event temperature
To specify an event criteria for an Embedded Event Manager (EEM) applet that is run on the basis of a
temperature event, use the event temperature command. To remove the temperature event criteria, use
the no form of this command.
event temperature [module module] [sensor number] threshold {major | minor | any}
no event temperature threshold {major | minor | any}
Syntax Description
Defaults None
Command Modes Embedded event manager
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines This command does not require a license.
Examples This example shows how to specify that an EEM applet runs when a temperature event occurs:
switch# configure terminal
switch(config)# event manager applet temp-applet
switch(config-applet)# event temperature threshold major
switch(config-applet)#
module module (Optional) Specifies that a specific module must be monitored.The range is from
1 to 10.
sensor number (Optional) Specify that a specific sensor must be monitored. The range is from 1
to 18.
threshold Specifies the threshold event that triggers the EEM applet. Choose either major,
minor, or any (major or minor).
major Specifies a major event.
minor Specifies a minor event.
any Specifies any event.
Release Modification
4.0(1) This command was introduced.