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

Administration Console Online Help

 Previous Next Contents Index  

 


SMNP --> Traps --> Counter Monitor --> Configuration

Tasks     Related Topics     Attributes

Overview

Use this tab to configure Counter Monitors.

Tasks

Create a Counter Monitor

Related Topics

WebLogic SNMP Management Guide

W ebLogic SNMP MIB Reference

Attributes

Table 4-2

Attribute Label

Description

Value Constraints

Name

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

MBean: weblogic.management.
configuration.
SNMPCounterMonitorMBean

Attribute: Name


Monitored MBean Type

The type of the MBean to monitor.

MBean: weblogic.management.
configuration.
SNMPCounterMonitorMBean

Attribute: MonitoredMBeanType


Monitored MBean Name

The name of the MBean to monitor.

MBean: weblogic.management.
configuration.
SNMPCounterMonitorMBean

Attribute: MonitoredMBeanName


Monitored Attribute Name

The name of an attribute to monitor.

MBean: weblogic.management.
configuration.
SNMPCounterMonitorMBean

Attribute: MonitoredAttributeName


Polling Interval

The frequency the agent checks the attribute value.

MBean: weblogic.management.
configuration.
SNMPCounterMonitorMBean

Attribute: PollingInterval

Units: seconds

Minimum: 0

Maximum: 65535

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.

MBean: weblogic.management.
configuration.
SNMPCounterMonitorMBean

Attribute: Threshold

Minimum: 0

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.

MBean: weblogic.management.
configuration.
SNMPCounterMonitorMBean

Attribute: Offset

Minimum: 0

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.

MBean: weblogic.management.
configuration.
SNMPCounterMonitorMBean

Attribute: Modulus

Minimum: 0

 

Back to Top Previous Next