Why am I seeing no events for threshold profiles?
search cancel

Why am I seeing no events for threshold profiles?

book

Article ID: 6762

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration DX NetOps

Issue/Introduction

No threshold monitoring events are showing up in the Events Display 

Environment

Performance Management, all versions

Cause

Theshold monitoring is turned off, set to "false", in http://DA_host:port/rest/thresholdmonitoring/config

 

Resolution

Follow these steps, to see if Theshold Monitoring is turned off; set to "false":

  1. Enter the following information in a web browser:

    URL: http://DA_host:port/rest/thresholdmonitoring/config

  2. Take note of the ID value of the ThresholdMonitoringConfiguration item.
    Example:

    <ThresholdMonitoringConfigurationList>

       <ThresholdMonitoringConfiguration version="1.0.0">

         <ID>16</ID>

         <ThresholdMonitoringEnabled>false</ThresholdMonitoringEnabled>

         <PercentOfPollCycleThreshold>80</PercentOfPollCycleThreshold>

         <ThresholdMonitoringLimiterEnabled>true</ThresholdMonitoringLimiterEnabled>

         <RecoveryIntervalInMinutes>15</RecoveryIntervalInMinutes>

       </ThresholdMonitoringConfiguration>

    </ThresholdMonitoringConfigurationList>

  3. Open a REST client editor or HTTP tool that sends requests and gets responses.
  4. Set the Content-type to application/xml.
  5. Enter the following filter criteria:
    • URL: http://DA_host:port/rest/thresholdmonitoring/config/ID
      • ID
        The identification number that is assigned to the ThresholdMonitoringConfiguration item.
    • HTTP method = PUT
    • Resume threshold evaluations on the Body tab of the HTTP Request pane:

      <ThresholdMonitoringConfiguration version="1.0.0">

           <ThresholdMonitoringEnabled>true</ThresholdMonitoringEnabled>

      </ThresholdMonitoringConfiguration>