WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

SNMPJMXMonitor

 


Description

This is a base class for Monitor based trap configration MBeans : SNMPCounterMonitorMBean, SNMPStringMonitorMBean and SNMPGaugeMonitorMBean.

 


Syntax

<SNMPJMXMonitor
EnabledServers="list of Server names"
MonitoredAttributeName="String"
MonitoredMBeanName="String"
MonitoredMBeanType="String"
Name="String"
Notes="String"
PollingInterval="number of seconds"
/>

 


Parent Elements

 


Attributes

Table 57-1 SNMPJMXMonitor attributes

Attribute

Description

Range of Values and Default

EnabledServers

Returns a list of target servers for trap generation.

Required: no

MonitoredAttributeName

Defines the name of an attribute to monitor.

Admin Console field label: Monitored Attribute Name

Required: no

MonitoredMBeanName

Defines the name of the MBean to monitor.

Admin Console field label: Monitored MBean Name

Required: no

MonitoredMBeanType

Defines the type of the MBean to monitor.

Admin Console field label: Monitored MBean Type

Required: no

Name

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

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

PollingInterval

Defines the frequency the agent checks the attribute value.

Admin Console field label: Polling Interval

Required: no

Units: seconds

Default: 0

Minimum: 0

Maximum: 65535

 

Back to Top Previous Next