BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType snmp-agentType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}snmp-agentType (extension)

Documentation
Corresponds to SNMPAgentMBean
Properties
This component is not nillable.

Model
<...>
(enabled?, send-automatic-traps-enabled?, snmp-port, snmp-trap-version, mib-data-refresh-interval, server-status-check-interval-factor, community-prefix, user-defined-mib, debug-level, targeted-trap-destination?, snmp-trap-destination*, snmp-proxy*, snmp-gauge-monitor*, snmp-string-monitor*, snmp-counter-monitor*, snmp-log-filter*, snmp-attribute-change* )
</...>


Nested Element Summary
 community-prefix
          The password (community name) that you want the WebLogic SNMP agent to use to secure communication with SNMP managers. 
 debug-level
          The minimum severity of debug messages that the SNMP agent generates. 
xs:booleanenabled
          Specifies whether the Administration Server in the current WebLogic Server domain uses the SNMP service. 
 mib-data-refresh-interval
          The minimum number of seconds that the WebLogic SNMP agent caches OIDs before checking if new ones have been added to the Management Information Base (MIB). 
xs:booleansend-automatic-traps-enabled
          Specifies whether the WebLogic SNMP agent sends automatically generated traps to SNMP managers. 
 server-status-check-interval-factor
          The multiplier used to calculate the interval at which the WebLogic SNMP agent checks for newly started or shut down Managed Servers. 
dom:snmp-attribute-changeTypesnmp-attribute-change
          The SNMPAttributeChangeMBeans which describe the MBean type and Attribute name for which attribute change trap should be sent when an attribute change is observed. 
dom:snmp-counter-monitorTypesnmp-counter-monitor
          The SNMPCounterMonitorMBeans which describe the criteria for generating trap based on JMX CounterMonitor. 
dom:snmp-gauge-monitorTypesnmp-gauge-monitor
          The SNMPGaugeMonitorMBeans which describe the criteria for generating traps based on JMX GaugeMonitor. 
dom:snmp-log-filterTypesnmp-log-filter
          The SNMPLogFilterMBeans which describe filters for generating traps based on server log messages. 
 snmp-port
          The port number on which you want the WebLogic SNMP agent to listen for incoming requests from SNMP managers. 
dom:snmp-proxyTypesnmp-proxy
          The SNMP Agents which are proxied by this Master SNMP Agent. 
dom:snmp-string-monitorTypesnmp-string-monitor
          The SNMPStringMonitorMBeans which describe the criteria for generating traps based on JMX StringMonitor. 
dom:snmp-trap-destinationTypesnmp-trap-destination
          WebLogic Server uses a trap destination to specify the SNMP management station and the community name used by the SNMP agent to send trap notifications. 
 snmp-trap-version
          The SNMP trap version that this WebLogic Server domain generates. 
xs:stringtargeted-trap-destination
          
 user-defined-mib
          The absolute path of a user-defined intelligent MIB file. 
Source
<xs:complexType name="snmp-agentType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="send-automatic-traps-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="snmp-port" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="snmp-trap-version" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="mib-data-refresh-interval" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="30"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="server-status-check-interval-factor" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="community-prefix" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="user-defined-mib" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="debug-level" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="targeted-trap-destination" nillable="true" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="snmp-trap-destination" nillable="true" type="dom:snmp-trap-destinationType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="snmp-proxy" nillable="true" type="dom:snmp-proxyType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="snmp-gauge-monitor" nillable="true" type="dom:snmp-gauge-monitorType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="snmp-string-monitor" nillable="true" type="dom:snmp-string-monitorType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="snmp-counter-monitor" nillable="true" type="dom:snmp-counter-monitorType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="snmp-log-filter" nillable="true" type="dom:snmp-log-filterType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="snmp-attribute-change" nillable="true" type="dom:snmp-attribute-changeType">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation