No threshold monitoring events are showing up in the Events Display
Theshold monitoring is turned off, set to "false", in http://DA_host:port/rest/thresholdmonitoring/config
Follow these steps, to see if Theshold Monitoring is turned off; set to "false":
Enter the following information in a web browser:
URL: http://DA_host:port/rest/thresholdmonitoring/config
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>
Resume threshold evaluations on the Body tab of the HTTP Request pane:
<ThresholdMonitoringConfiguration version="1.0.0">
<ThresholdMonitoringEnabled>true</ThresholdMonitoringEnabled>
</ThresholdMonitoringConfiguration>