Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Diagnostic Modules: Create a Diagnostic Action

Configuration Options     Related Tasks     Related Topics

Use this page to create an action that can be triggered by a policy in a diagnostic module.

Note: As of WebLogic Server 12.2.1, the terms watch and notification are replaced by policy and action, respectively. However, the definition of these terms has not changed.

Configuration Options

Name Description
Action Name

The name of the WebLogic Diagnostic Framework (WLDF) bean.

MBean Attribute:
WLDFNotificationBean.Name

Type

The type of action. An action type can be an elastic scaling operation (scale up or scale down), a REST notification, a script execution action, an SMTP email message, a JMS message, a diagnostic image, a JMX notification, a thread dump action, a heap dump action, or an SNMP trap.

Enable Action

Specifies whether this action is enabled.

MBean Attribute:
WLDFNotificationBean.Enabled

Timeout (in seconds)

The length of time, in seconds, that an action has to complete execution. By default, the timeout period is 0, which disables the action timeout.

MBean Attribute:
WLDFNotificationBean.Timeout

Minimum value: 0

Related Tasks

Related Topics


Back to Top