BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to SNMPGaugeMonitorMBean
Properties
This component is not nillable.

Model
<...>
(threshold-high?, threshold-low? )
</...>


Nested Element Summary
xs:intthreshold-high
          The high threshold at which a trap should be generated. 
xs:intthreshold-low
          The low threshold at which a trap should be generated. 
Source
<xs:complexType name="snmp-gauge-monitorType">
<xs:complexContent>
<xs:extension base="dom:snmp-jmx-monitorType">
<xs:sequence>
<xs:element minOccurs="0" name="threshold-high" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="threshold-low" nillable="false" type="xs:int">
</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