• Message – a description of the message that is sent.
• JobSource – a description of the source that triggered the message.
• Type – must be one of the following: Job, Event, Process, input connector, output connector, or other.
• The content of the SNMP trap is defined by the StreamServe MIB (Management Information Base) in ...\Common\Data\MIBS\StreamServe-MIB.txt.To collect and extract notifications from within the StreamServer you must use a Status Messenger input connector and a MessageIN Event. See Generating status reports (Status Messenger documentation) for more information.When you use a Status Messenger input connector and a MessageIN Event to collect and extract notifications, you should use a MessageOUT Process to configure the output. See the MessageOUT documentation.When you use other types of Events to collect and extract notifications, you can use an XMLOUT Process to configure the output. See the XMLOUT documentation. The XMLOUT configuration must contain the fields to include in the SNMP trap.
Example 46<?xml version=\"1.0\"?>
<strs-xml version="1.0">
<job>
<event name="Garlic">
<block><field name="Message" path="">message</field><field name="JobSource" path="">source</field><field name="Type" path="">job</field><field name="Status" path="">fail</field></block></event></job></strs-xml>
OpenText StreamServe 5.6 | Updated: 2013-03-01 |