Forwarding traps from a trap receiver to another trap receiver instance.
Smarts 10.x
Edit the trapd.conf file on the OI server and make the following change:
# Generic: coldStart, warmStart, LinkUp, LinkDown
#FORWARD: *.*.*.* .* <0-3> * host:port
# Generic: coldStart, warmStart, LinkUp, LinkDown
FORWARD: *.*.*.* .* <0-3> * <host>:<port>
Replace <host> with the name or IP address of the Concord eHealth server and <port> with the listening port on the Concord eHealth server.
BEGIN_TRAP * 0 0
ClassName: Host
InstanceName: $SYS$
EventName: coldStart
Severity: 5
Expiration: 600
State: NOTIFY
EventType: MOMENTARY
END_TRAP
BEGIN_TRAP * 1 0
ClassName: Host
InstanceName: $SYS$
EventName: warmStart
Severity: 5
Expiration: 600
State: NOTIFY
EventType: MOMENTARY
END_TRAP