| 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-counter-monitorType (extension)
Corresponds to SNMPCounterMonitorMBean
Nested Element Summary | |
| modulus An integer value to be subtracted from the threshold value when the threshold value is crossed. |
| offset An integer value to be added to the threshold value when the threshold is crossed. |
| threshold Specifies a value that triggers the Counter Monitor to generate a trap. |
<xs:complexType name="snmp-counter-monitorType"><xs:complexContent></xs:complexType><xs:extension base="dom:snmp-jmx-monitorType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="threshold" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction><xs:element minOccurs="0" name="offset" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction><xs:element minOccurs="0" name="modulus" nillable="false"></xs:sequence><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |