S e n d c o m m e n t s t o n e x u s 3 k - d o c f e e d b a c k @ c i s c o . c o m
-SM-74
Cisco Nexus 3000 Series NX-OS System Management Command Reference
OL-29557-04
Chapter System Management Commands
event temperature
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
{
any | major
|
minor
}
no event temperature
[
module
module
] [
sensor
number
]
threshold
{
any | major
|
minor
}
Syntax Description
Defaults
None
Command Modes
Embedded event manager configuration mode
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 1.
sensor
number
(Optional) Specify that a specific sensor must be monitored. The range is from 1
to 8.
threshold
Specifies the threshold event that triggers the EEM applet. Choose either
major
,
minor
, or
any
.
any
Specifies any event.
major
Specifies a major event.
minor
Specifies a minor event.
Release
Modification
5.0(3)U3(1)
This command was introduced.