How to setupActiveSpacesHawk Micro Agent to monitor an as-agent disconnect.

How to setupActiveSpacesHawk Micro Agent to monitor an as-agent disconnect.

book

Article ID: KB0086964

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Description:
How to setup ActiveSpaces Hawk Micro Agent to monitor when an as-agent disconnects or drops out using the onMemberEvent.

Issue/Introduction

How to setupActiveSpacesHawk Micro Agent to monitor an as-agent disconnect.

Resolution

Follow the steps below to setup TIBCO Hawk monitoring rulebases:for TIBCO ActiveSpaces.


1). Start the Hawk Display.


2). Expand the tree to view your agent, as shown below.


3). Right click and goto Get Configurations >>> Rulebases .


4). Create a new rulebase name, e.g. AS1_Agent_Dropped .


5). Create a new rule and select the Data Source: ASRuntimeInfo:ms >>> onMemberEvent, then click OK.


6). Create a new test case.


7). In the "If" option, click the Edit button.


8). Under Parameter select "MemberName". Under Operator select "Equals" and for the value, type the name of the member.


9). Click the button "Compound" so we can build the algorithm search with further filters.


10). Click the button "And" and then under Parameter select "MemberEvent". Under Operator select "Equals" and for the value type choose MEMBER_LEFT.


11). Click the Apply button to save the changes.


12). Click OK.


13). Choose the action method to take under "Then".


14). Once completed, Click OK for each window to go back to the main screen.


15). Click the button to apply the changes and your new Hawk rules will be saved and applied.