Specifications

Resource Types
Application Response to monitor transactions that use Windows, Outlook, and
Connection events (related to the required OUTLOOK process).
resources
{
require one
{
resource Process { ExecutableName=$(Application Executable) }
resource Process { ExecutableName="OUTLOOK" }
}
additional
{
resource Windows { }
resource Outlook { }
resource Connection { }
}
}
Process Resource Type
A separate resource represents each process on the monitored system. Use
the Process resource to specify a process that must exist when the application
is running.
Parameter
When used in a resource definition, a Process resource supports the following
parameter:
ExecutableName. The name of the process
Note: You cannot use the IgnoreEvents clause for Process Start or Stop
events.
Example
The following example shows a rule set for SAP.
resources
{
require all
{
resource Process { ExecutableName=$(Application Executable) }
resource Process { ExecutableName="FRONT" }
resource Process { ExecutableName="SAPGUI" }
}
additional
{
186 BTStudio Administration Guide