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

Administration Console Online Help

 Previous Next Contents Index  

 


SMNP --> Traps --> String Monitor --> General

Tasks     Related Topics     Attributes

Overview

Use this tab to configure String Monitors.

Tasks

Create a String Monitor

Related Topics

WebLogic SNMP Management Guide

W ebLogic SNMP MIB Reference

Attributes

Table 4-8

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.
SNMPStringMonitorMBean

Attribute: Name


Monitored MBean Type

The type of the MBean to monitor.

MBean: weblogic.management.
configuration.
SNMPStringMonitorMBean

Attribute: MonitoredMBeanType


Monitored MBean Name

The name of the MBean to monitor.

MBean: weblogic.management.
configuration.
SNMPStringMonitorMBean

Attribute: MonitoredMBeanName


Monitored Attribute Name

The name of an attribute to monitor.

MBean: weblogic.management.
configuration.
SNMPStringMonitorMBean

Attribute: MonitoredAttributeName


Polling Interval

The frequency the agent checks the attribute value.

MBean: weblogic.management.
configuration.
SNMPStringMonitorMBean

Attribute: PollingInterval

Units: seconds

Minimum: 0

Maximum: 65535

String To Compare

Defines a string to be compared to the value of the Monitored Attribute Name. A trap is generated when the critiera specified by Notify Match or Notify Differ is satisfied.

MBean: weblogic.management.
configuration.
SNMPStringMonitorMBean

Attribute: StringToCompare


Notify Differ

Defines that the criteria used to generate a trap is that the value of Monitored Attribute Name and the value of String to Compare do not match.

MBean: weblogic.management.
configuration.
SNMPStringMonitorMBean

Attribute: NotifyDiffer

Default: false

Valid values:

  • true

  • false

Notify Match

Defines that the criteria used to generate a trap is that the value of Monitored Attribute Name and the value of String to Compare match.

MBean: weblogic.management.
configuration.
SNMPStringMonitorMBean

Attribute: NotifyMatch

Default: false

Valid values:

  • true

  • false

 

Back to Top Previous Next