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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

SNMPGaugeMonitor

Description

This class describes the criteria for a Gauge-based Monitor. A trap will be generated when this criteria is satisfied.

Syntax

<!ELEMENT SNMPGaugeMonitor EMPTY >
<!ATTLIST SNMPGaugeMonitor
   EnabledServers             CDATA                    #IMPLIED
   MonitoredAttributeName     CDATA                    #IMPLIED
   MonitoredMBeanName         CDATA                    #IMPLIED
   MonitoredMBeanType         CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   PollingInterval            CDATA                    "0"
   ThresholdHigh              CDATA                    "0"
   ThresholdLow               CDATA                    "0"
>

Parent Elements

The SNMPGaugeMonitor element is a child of the SNMPAgent element.

Attributes

Table 68-1 SNMPGaugeMonitorMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Enabled-Servers

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


Enabled Servers

Monitored-Attribute-Name

Defines the name of an attribute to monitor.


Monitored Attribute Name

Monitored-MBean-Name

Defines the name of the MBean to monitor.


Monitored MBean Name

Monitored-MBean-Type

Defines the type of the MBean to monitor.


Monitored MBean Type

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Polling-Interval

Defines the frequency the agent checks the attribute value.

Default: 0

Minimum: 0

Maximum: 65535

Units: seconds

Polling Interval

Threshold-High

Defines the high threshold at which a trap is generated. A trap is generated if the monitored value is equal to or greater than this value.

Default: 0

Threshold High

Threshold-Low

Defines the low threshold at which a trap is generated. A trap is generated if the monitored value is less than or equal to this value.

Default: 0

Threshold Low


 

 

Back to Top Previous Next