bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


SMNP --> Traps --> Log Filter --> General

Tasks     Related Topics     Attributes

Overview

Use this tab to configure an SNMP Log Filter.

Tasks

Create a Notification Log Filter

Related Topics

WebLogic SNMP Management Guide

W ebLogic SNMP MIB Reference

Attributes

Table 4-6

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean: weblogic.management.
configuration.
SNMPLogFilterMBean

Attribute: Name


Severity Level

The minimum severity of a message needed to be selected.

  • All messages with a specified severity and higher are selected.

  • The ascending order of severities: INFO, WARNING, ERROR, NOTICE, CRITICAL, ALERT, and EMERGENCY.

MBean: weblogic.management.
configuration.
SNMPLogFilterMBean

Attribute: SeverityLevel

Default: weblogic.logging.Severities.WARNING_TEXT

Subsystem Names

Defines a list of subsystems whose messages are selected by this filter. If none are specified, messages from all subsystems are selected.

MBean: weblogic.management.
configuration.
SNMPLogFilterMBean

Attribute: SubsystemNames


User Ids

Defines a list of user IDs that are notified when a trap is generated. If no user IDs are specified, messages from all user IDs are selected.

MBean: weblogic.management.
configuration.
SNMPLogFilterMBean

Attribute: UserIds


Message Ids

Defines a list of message IDs or ID ranges to be notified when a trap is generated. If no IDs are specified, messages from all IDs are selected.

Example list: 20,50-100,300

MBean: weblogic.management.
configuration.
SNMPLogFilterMBean

Attribute: MessageIds


Message Substring

Defines a string that is searched for in the message text. Only messages that contain the string are selected. If a string is not specified, all messages are selected.

MBean: weblogic.management.
configuration.
SNMPLogFilterMBean

Attribute: MessageSubstring


Enabled Servers

Defines a list of target servers for trap generation. If no server is specified, no trap will be generated.

MBean: weblogic.management.
configuration.
SNMPLogFilterMBean

Attribute: EnabledServers


 

Back to Top Previous Next