Skip navigation.

SNMP Agent MIB Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

 


beaEvtFilter

Syntax

DisplayString (SIZE(1..255))

Access

read-write

Description

An event filter expression. Each Tuxedo event is accompanied by an FML buffer that contains pertinent information about the event. The buffer's contents are evaluated with respect to this filter, if it is present. The filter must evaluate to TRUE or the event is not forwarded.

The SNMP Agent uses this object as an argument to tpsubscribe(). For more information, see reference page tpsubscribe(3c) in BEA Tuxedo ATMI C Function Reference.

Example

TA_EVENT_SEVERITY=='ERROR' || TA_EVENT_SEVERITY=='WARN'

TA_EVENT_SEVERITY!=='INFO'

TA_EVENT_LMID=='SITE1'

This filter selects events with a severity of either ERROR or WARNING.

 

Skip navigation bar  Back to Top Previous Next