BEA Logo BEA WebLogic Server Release 6.1

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

  |  

  WebLogic Server Doc Home   |     Console Online Help   |   Previous Topic   |   Next Topic   |   Contents   |   Index   |   View as PDF

SNMP Counter Monitor

 

 


Configuration

General

Attribute

Description

Range of Values

Default Value

Name

This attribute allows the user to set the name for this monitor.

String

Null

Offset

Specifies an integer value to be added to the threshold if the threshold is crossed.

For example, if you set Threshold to 1000 and Offset to 2000, when the observed attribute exceeds 1000, the Counter Monitor sends a notification and increases the threshold to 3000. When the observed attribute exceeds 3000, the Counter Monitor sends a notification and increases the threshold again to 5000.

The threshold can increase up to a maximum specified by the Modulus attribute.

Integer

0

Threshold

Specifies a value that triggers the Counter Monitor to generate a trap.

The Counter Monitor generates a trap each time it polls the value and determines that the value has transitioned from below the threshold to at or above the threshold. While the value remains at or above the threshold, the Counter Monitor does not generate additional traps.

Integer

0

Modulus

Specifies the maximum value for the threshold.

You can specify an offset that causes the threshold to increase. When the threshold reaches the value specified by the Modulus, the threshold is returned to its original value before any offsets were applied.

For example, if the original threshold is set to 1000 and the modulus is set to 5000, when the threshold exceeds 5000, the monitor sends a notification and resets the threshold to 1000.

If you specify 0, the Counter Monitor does not use the modulus and the threshold value can grow indefinitely.

Integer


Monitored MBean Type

This attribute sets the type for the MBean that includes the attribute that you want to monitor.

String

Null

Monitored MBean Name

This attribute sets the name for the MBean that includes the attribute that you want to monitor.

String

Null

Monitored Attribute Name

This attribute sets the name of the attribute that you want to monitor.

String

Null;

Polling Interval

This attribute sets the frequency that the agent is to check the attribute value, in seconds.

Integer, in seconds

0

 

back to top previous page next page