| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}snmp-agentType (extension)
Corresponds to SNMPAgentMBean
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:boolean | enabled 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:boolean | send-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-changeType | snmp-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-monitorType | snmp-counter-monitor The SNMPCounterMonitorMBeans which describe the criteria for generating trap based on JMX CounterMonitor. |
dom:snmp-gauge-monitorType | snmp-gauge-monitor The SNMPGaugeMonitorMBeans which describe the criteria for generating traps based on JMX GaugeMonitor. |
dom:snmp-log-filterType | snmp-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-proxyType | snmp-proxy The SNMP Agents which are proxied by this Master SNMP Agent. |
dom:snmp-string-monitorType | snmp-string-monitor The SNMPStringMonitorMBeans which describe the criteria for generating traps based on JMX StringMonitor. |
dom:snmp-trap-destinationType | snmp-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:string | targeted-trap-destination |
| user-defined-mib The absolute path of a user-defined intelligent MIB file. |
<xs:complexType name="snmp-agentType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="65535"/></xs:restriction><xs:element minOccurs="0" name="snmp-trap-version" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:enumeration value="1"/><xs:enumeration value="2"/></xs:restriction><xs:element minOccurs="0" name="mib-data-refresh-interval" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="30"/><xs:maxInclusive value="65535"/></xs:restriction><xs:element minOccurs="0" name="server-status-check-interval-factor" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="65535"/></xs:restriction><xs:element minOccurs="0" name="community-prefix" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:minLength value="1"/></xs:restriction><xs:element minOccurs="0" name="user-defined-mib" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:minLength value="1"/></xs:restriction><xs:element minOccurs="0" name="debug-level" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:enumeration value="0"/><xs:enumeration value="1"/><xs:enumeration value="2"/><xs:enumeration value="3"/></xs:restriction><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |