event_register_wdsysmon
Event_reqinfo
"event_id %u event_type %u event_type_string {%s} %u event_pub_sec %u event_pub_msec %u"
"track_number {%u} track_state {%s}"
Event Type
event_id
event_type
event_type_string
event_pub_sec event_pub_msec
track_number
track_state
event_register_wdsysmon
Registers for a Watchdog system monitor event. Use this Tcl command extension to register for a composite
event which is a combination of several subevents or conditions. For example, you can use this command to
register for the combination of conditions wherein the CPU usage of a certain process is over 80 percent and
the memory used by the process is greater than 50 percent of its initial allocation. This Tcl command extension
is supported only in Software Modularity images.
Syntax
event_register_wdsysmon [tag ?] [timewin ?]
[sub12_op and|or|andnot]
[sub23_op and|or|andnot]
[sub34_op and|or|andnot]
[sub1 subevent-description]
[sub2 subevent-description]
[sub3 subevent-description]
[sub4 subevent-description] [node ?]
[queue_priority low|normal|high|last]
[maxrun ?] [nice 0|1]
Each argument is position independent.
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1958
Description
Unique number that indicates the ID for this published
event. Multiple policies may be run for the same
event, and each policy will have the same event ID.
Type of event.
An ASCII string that represents the name of the event
for this event type.
The time, in seconds and milliseconds, when the event
was published to the EEM.
Number of the tracked object that caused the event
to be triggered.
State of the tracked object when the event was
triggered; valid states are up or down.