Event_Register_Timer - Cisco ASR 9000 Serie Configuration Manuals

Aggregation services router system
Table of Contents

Advertisement

Embedded Event Manager Event Registration Tcl Command Extensions
Severity Keyword
severity_critical
severity_major
severity_minor
severity_warning
severity_notification
severity_normal
severity_debugging
Result String
None
Set _cerrno
No

event_register_timer

Creates a timer and registers for a timer event as both a publisher and a subscriber. Use this Tcl command
extension when there is a need to trigger a policy that is time specific or timer based. This event timer is both
an event publisher and a subscriber. The publisher part indicates the conditions under which the named timer
is to go off. The subscriber part identifies the name of the timer to which the event is subscribing.
Note
Both the CRON and absolute time specifications work on local time.
Syntax
event_register_timer watchdog|countdown|absolute|cron
[name ?] [cron_entry ?]
[time ?]
[queue_priority low|normal|high] [maxrun ?]
[nice 0|1]
Arguments
watchdog
Cisco ASR 9000 Series Aggregation Services Router System Monitoring Configuration Guide, Release 4.2.x
114
Configuring and Managing Embedded Event Manager Policies
Syslog Priority
LOG_ALERT (1)
LOG_CRIT (2)
LOG_ERR (3)
LOG_WARNING (4)
LOG_NOTICE (5)
LOG_INFO (6)
LOG_DEBUG (7)
(Mandatory) Watchdog timer.
Description
Critical conditions, immediate
attention required.
Major conditions.
Minor conditions.
Warning conditions.
Basic notification, informational
messages.
Normal event, indicates returning
to a normal state.
Debugging messages.

Advertisement

Table of Contents
loading

Table of Contents