How can I resume threshold monitoring evaluations from the command line?
Threshold Monitoring
Threshold Limiter
All supported Performance Management releases
Follow these instructions to resume threshold evaluations
<ThresholdMonitoringConfigurationList>
<ThresholdMonitoringConfiguration version="1.0.0">
<ID>16</ID>
<ThresholdMonitoringEnabled>true</ThresholdMonitoringEnabled>
<PercentOfPollCycleThreshold>80</PercentOfPollCycleThreshold>
<ThresholdMonitoringLimiterEnabled>true</ThresholdMonitoringLimiterEnabled>
<RecoveryIntervalInMinutes>15</RecoveryIntervalInMinutes>
</ThresholdMonitoringConfiguration>
</ThresholdMonitoringConfigurationList>
3. Run the following command from the DA:
curl -v -H "Content-Type:application/xml" -X PUT http://<DA>:8581/rest/thresholdmonitoring/config/16 --data "<ThresholdMonitoringConfiguration version='1.0.0'><ThresholdMonitoringEnabled>true</ThresholdMonitoringEnabled></ThresholdMonitoringConfiguration>"
At this point, you should now start seeing threshold events again