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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

SNMPCounterMonitor

Description

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

Syntax

<!ELEMENT SNMPCounterMonitor EMPTY >
<!ATTLIST SNMPCounterMonitor
   EnabledServers             CDATA                    #IMPLIED
   Modulus                    CDATA                    "0"
   MonitoredAttributeName     CDATA                    #IMPLIED
   MonitoredMBeanName         CDATA                    #IMPLIED
   MonitoredMBeanType         CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   Offset                     CDATA                    "0"
   PollingInterval            CDATA                    "0"
   Threshold                  CDATA                    "0"
>

Parent Elements

The SNMPCounterMonitor element is a child of the SNMPAgent element.

Attributes

Table 67-1 SNMPCounterMonitorMBean 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

Modulus

Defines an integer value to be subtracted from the threshold when the threshold is crossed.

  • If Modulus is 0, a trap is generated each time the agent polls the monitored attribute and its value still exceeds or equals the value in the Threshold field.

  • If Modulus is larger than 0, the value of the modulus is subtracted from the threshold each time the threshold is crossed.

.

Default: 0

Minimum: 0

Modulus

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

Offset

Defines an integer value to be added to the threshold when the threshold is crossed.

  • If Offset is 0, a trap is generated each time the agent polls the monitored attribute and its value still exceeds or equals the value in the Threshold field.

  • If Offset is larger than 0, the value of the offset is added to the threshold each time the threshold is crossed.

.

Default: 0

Minimum: 0

Offset

Polling-Interval

Defines the frequency the agent checks the attribute value.

Default: 0

Minimum: 0

Maximum: 65535

Units: seconds

Polling Interval

Threshold

Defines a threshold that is an integer value. A trap is generated if the agent detects that the monitored attribute equals or exceeds the threshold value.

Default: 0

Minimum: 0

Threshold


 

 

Back to Top Previous Next