Threshold Value of Alert needed in Excel format
search cancel

Threshold Value of Alert needed in Excel format

book

Article ID: 264337

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

We need all the threshold values for individual alerts in Excel format. 

Environment

Release : 10.7.0

Resolution

All the details of an alert including the settings and threshold are stored in the ManagementModule.xml file.

Each management module has a JAR file associated with it in the <INTROSCOPE_HOME>\config\modules\ folder.

Example: Management Modules called System would have a JAR file named SystemMM.jar

Need extract the content of the SystemMM.jar and the ManagementModule.xml will contain the information.

For example:  The Backend Tier Risks would contain this information

<Name>Backend Tier Risks</Name>
<Description>Alert used for "Risks from Other Tiers" in Home tab. Do not change the alert name.</Description>
<Frequency>
 <PeriodInSeconds>15</PeriodInSeconds>
</Frequency>
<MetricLevelNotification>false</MetricLevelNotification>
<AlertTriggerMode>2</AlertTriggerMode>
<CautionActionDelay>0</CautionActionDelay>
<DangerActionDelay>0</DangerActionDelay>
<CautionActionList/>
<DangerActionList/>
<MetricGroupingID>
<ManagementModuleName>System</ManagementModuleName>
<ConstructName>Backend Tier Risks</ConstructName>
</MetricGroupingID>
<AlertCombineOperator>1</AlertCombineOperator>
<AlertCompareOperator>2</AlertCompareOperator>
<CautionTargetValue>0</CautionTargetValue>
<DangerTargetValue>1</DangerTargetValue>
<CautionMinNumPerPeriod>1</CautionMinNumPerPeriod>
<CautionAlertPeriod>1</CautionAlertPeriod>
<DangerMinNumPerPeriod>1</DangerMinNumPerPeriod>
<DangerAlertPeriod>1</DangerAlertPeriod>