Asentria SiteBoss 571 UserManual
Page 19
Relay
Put a relay in a certain state specified by the action indicator.
Action: one of the following two words, by case-insensitive exact match or partial unambiguous match:
ACTIVE
or
INACTIVE
. “Active” means to put the relay in the Event State. For a relay this could be energized or de-energized
depending on the relay configuration.
EventSensor: the number of the EventSensor that has the specified relay, where it is the same as that referred to
by the index in an EventSensor key (e.g., 3 in event.sensor[3].* for an external EventSensor) as well as that
referred to by the SNMP esIndex object.
Point: the number of the relay (1-based) on the specified EventSensor. E.g., this is the same number x in
"event.sensor[1].relay[x].*"
RELAY(ACTION, EVENTSENSOR, POINT)
Script
Starts or stops a script.
Action: the case-insensitive exact match of
EXEC
or
KILL
.
Name: the registered name of the script
Number: the number of the registered script
SCRIPT(ACTION, NAME OR NUMBER)
SMS
Send an SMS message to a specific phone number or index which refers to a phone number configured in the
SMS(PHONE# OR INDEX#)
Talert
Send a talert (Asentria Alarm via TCP) to a server identified by a hostname index defined in
menu or by an IP address specified in the action list.
TALERT(IPADDRESS OR INDEX#)
Trap
Sends an SNMP Trap to a server identified by a hostname index defined in the
IP address specified in the actions list.
TRAP(IPADDRESS OR INDEX#)
To send an SNMPv3 trap, the correct syntax is:
TRAP(INDEX/IPADDRESS,3)
Syslog
Send a syslog message (via UDP port 514) to the specified address. The facility and level parameters are optional
numbers but both must be supplied if either is necessary. The default facility is 1 ("user") and the default level is 6
("informational").
SYSLOG(IPADDRESS OR INDEX#,
optional
FACILITY,LEVEL)
Stop
Conditionally stop action processing based on the outcome of actions prior to this keyword in the actions list. The
parameter specifies how much of the prior actions for this even must be successful in order for the unit to stop
processing the actions list: any action or all actions.
OKSTOP(ANY/ALL)
Continue
Continue any event identified by
that has either paused or postponed its action processing.
CONTINUE(ID)