event-handling
config>log
This command enables the context to configure event handling in the Event Handler System (EHS).
[no] handler event-handler-name
config>log>event-handling
This command configures an event handler.
The no form of the command removes the specified event handler.
the name of the event handler, up to 32 characters in length
action-list
config>log>event-handling>handler
This command enables the context to configure the event handler action list.
[no] entry entry-id
config>log>event-handling>handler>action-list
This command configures an event handler action-list entry. An action list consists of one or more entries. Each entry in the list references a configured script policy, which in turn references a configured script.
Multiple entries can be configured in the action list if multiple actions are required when an event triggers the event handler; for example, an event trigger results in the execution of different scripts. When the handler is triggered, it runs through the entries in sequence.
The no form of the command removes the specified action-list entry.
the identifier of the event handler action-list entry
min-delay [delay]
no min-delay
config>log>event-handling>handler>action-list>entry
This command specifies the minimum delay between subsequent executions of the action specified in this entry. This is useful, for example, to ensure that a script does not get triggered to execute too often.
no min-delay
the delay time, in seconds
script-policy policy-name [owner policy-owner]
no script-policy
config>log>event-handling>handler>action-list>entry
This command specifies the script policy to use for this event handler action-list entry. The associated script is launched when the handler is triggered.
The script policy must already have been configured under the config>system>script-control context.
no script-policy
the script policy name
the script policy owner associated with the script policy name