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

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

<!ELEMENT SNMPJMXMonitor EMPTY >
<!ATTLIST SNMPJMXMonitor
   EnabledServers             CDATA                    #IMPLIED
   MonitoredAttributeName     CDATA                    #IMPLIED
   MonitoredMBeanName         CDATA                    #IMPLIED
   MonitoredMBeanType         CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   PollingInterval            CDATA                    "0"
>

Parent Elements

The SNMPJMXMonitor element is a child of the Domain element.

Attributes

Table 69-1 SNMPJMXMonitorMBean 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

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

Polling-Interval

Defines the frequency the agent checks the attribute value.

Default: 0

Minimum: 0

Maximum: 65535

Units: seconds

Polling Interval


 

 

Back to Top Previous Next