How to exclude individual processes or multiple processes based on a pattern for exclusion from monitoring in TIBCO BusinessWorks ProcessMonitor.

How to exclude individual processes or multiple processes based on a pattern for exclusion from monitoring in TIBCO BusinessWorks ProcessMonitor.

book

Article ID: KB0085513

calendar_today

Updated On:

Products Versions
TIBCO BusinessWorks ProcessMonitor -
Not Applicable -

Description

Description:
If you want to exclude individual processes or multiple processes from monitoring in TIBCO BusinessWorks ProcessMonitor (BWPM) and you want to monitor other processes, then you can configure BWPM to exclude individual processes or multiple processes from monitoring by using the GUI or by modifying the BWPM configuration client file (_njams_config.xml).

Issue/Introduction

How to exclude individual processes or multiple processes based on a pattern for exclusion from monitoring in TIBCO BusinessWorks ProcessMonitor.

Resolution

TIBCO BusinessWorks ProcessMonitor (BWPM) allows to exclude processes from monitoring. You can select one individual process or you can specify a number of multiple processes based on a pattern for exclusion.

Option 1: Excluding a processes using BWPM GUI.

Excluding a processes from monitoring entirely can be set from the BWPM GUI. Go to Administration of Monitored Objects >Log Settings >set exclude entire processes from being monitored.

Usage:


1). Select a process object from the Domain Object Tree.
2). Click on view "Administration".
3). Click on "Log Settings".
4). Check the marker to exclude this process.
5). Click on "Apply" to save the settings. The new Log Mode will be applied immediately.

Option 2: Excluding a processes using BWPM configuration client file(_njams_config.xml).

It is also possible to select multiple processes which entire process path starts with a specific name. For example, you might want to exclude all process that belongs to your legacy error handling processes in folder "BaseLib". To do so you have to add an element to the BWPM configuration client file.

Usage:


1). Open BWPM configuration client file for editing: <TIBCO_HOME>/tra/domain/<DOMAIN>/application/<APPLICATION>/resource/<SERVICE_INSTANCE_NAME>_njams_config.xml .
2). Add the following element: <exclude process="BaseLib/"/>, where BaseLib is the name of the folder for which all processes should be excluded.


A sample configuration file looks as follows:


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns="http://www.faizsiegeln.com/schema/njams/extracts/2012-10-22/" lastdeploymenttime="<logging>
<exclude process="BaseLib/"/>
</logging>
</config>

Additional Information

TIBCO BusinessWorks™ ProcessMonitor Server User Guide >Working with Monitored Objects >Administration of Monitored Objects >Log Settings >Exclude Process