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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

SNMPStringMonitor

Description

This class describes the criteria for a String-based Monitor. A trap is generated when this criteria is satisfied.

Syntax

<!ELEMENT SNMPStringMonitor EMPTY >
<!ATTLIST SNMPStringMonitor
   EnabledServers             CDATA                    #IMPLIED
   MonitoredAttributeName     CDATA                    #IMPLIED
   MonitoredMBeanName         CDATA                    #IMPLIED
   MonitoredMBeanType         CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   NotifyDiffer               (true | false)           "false"
   NotifyMatch                (true | false)           "false"
   PollingInterval            CDATA                    "0"
   StringToCompare            CDATA                    #IMPLIED
>

Parent Elements

The SNMPStringMonitor element is a child of the SNMPAgent element.

Attributes

Table 72-1 SNMPStringMonitorMBean 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

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.

Default: false

Notify Differ

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.

Default: false

Notify Match

Polling-Interval

Defines the frequency the agent checks the attribute value.

Default: 0

Minimum: 0

Maximum: 65535

Units: seconds

Polling Interval

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.


String To Compare


 

 

Back to Top Previous Next