The T_EVENT_COMMAND
class represents a set of subscriptions registered with the Event Broker that trigger execution of system commands. When an event is detected, it is compared to each T_EVENT_COMMAND
object. If the event name matches the value in TA_EVENT_EXPR
and the optional filter rule is true, then the event buffer is formatted and passed to the system's command interpreter.
Check MIB
(5) for an explanation of Permissions
Attribute Semantics
TA_EVENT_EXPR
: string[1...255]
recomp
(3) format, controls which event names match this subscription.
TA_EVENT_FILTER
: string[1...255]
TA_EVENT_FILTER_BINARY
: carray[1...64000]
TA_EVENT_FILTER
, but may contain arbitrary binary data. Only one of TA_EVENT_FILTER
or TA_EVENT_FILTER_BINARY
may be specified.
TA_STATE
:
GET: ACTive
GET
operation will retrieve configuration information for the matching T_EVENT_COMMAND
object(s).
SET: {NEW|INValid}
SET
operation will update configuration information for the T_EVENT_COMMAND
object. The following states indicate the meaning of a TA_STATE
set in a SET
request. States not listed may not be set.
|
Create |
|
Delete |
TA_COMMAND
: string[1...255]
system
(3).