$('a[name]').remove(); $('#ic-homepage__footer').before('

'); $("#tabs").tabs({ selected: 1 }); $("#ic-homepage__ic-tips").append( quickTipHTML() ); unhideOneProductTip(); $("#ic-homepage__product-tips").wrapInner('

'); $("#ic-homepage__feed-tips").wrapInner('

'); });

IBM Tivoli Monitoring > Version 6.3 > User's Guides > Log File Agent User's Guide > Event filtering and summarization IBM Tivoli Monitoring, Version 6.3


Filtering events

If filtering of events is running, the EventFloodThreshold setting in the configuration (.conf) file informs the agent when to send an event.

The following table shows the EventFloodThreshold values:


EventFloodThreshold values

EventFloodThreshold values Description
send_all The send_all value is the default value. All events are sent even if these events are duplicate events.
send_none The send_none value means that no individual events are sent. Only the summary events are sent.
send_first Use the send_first value to send the first event as soon as it is encountered. If duplicates of that first event occur within a specified time, then subsequent duplicates of this first event are not sent. See Summary interval.
n integer Use the n integer value to send only every n occurrence of an event (for example every fifth duplicate) during a specific time. See Summary interval.


Parent topic:

Event filtering and summarization

+

Search Tips   |   Advanced Search