It doesn't look like the threshold profiles are working since we migrated to a new install of Performance Management. Threshold Monitoring is enabled per KB article: https://knowledge.broadcom.com/external/article/37241/threshold-events-stopped-appearing-in-dx.html
<?xml version="1.0"?>
<ThresholdMonitoringConfigurationList>
<ThresholdMonitoringConfiguration version="1.0.0">
<ID>3505</ID>
<ThresholdMonitoringEnabled>true</ThresholdMonitoringEnabled>
<RecoveryIntervalInMinutes>15</RecoveryIntervalInMinutes>
<ThresholdMonitoringLimiterEnabled>true</ThresholdMonitoringLimiterEnabled>
<PercentOfPollCycleThreshold>80</PercentOfPollCycleThreshold>
</ThresholdMonitoringConfiguration>
</ThresholdMonitoringConfigurationList>
All supported DX NetOps Performance Management releases
EM database is corrupt, and unable to be repaired via mysqlcheck
Use the following steps to drop/delete the EM data base and create a new one.
NOTES:
Review Threshold configuration and see if Events begin appearing again when Threshold Rules are violated.
The following errors were seen when attempting to repair and drop the em database.
mysqlcheck -u root -p --auto-repair --all-databases
ERROR | pool-5-thread-1 | 2021-04-22 09:00:51,559 | com.ca.im.portal.em.dao.mysql.query.GenericBatchInsertWithReturn
| exception while executing batch and retrieving keys (SQL: INSERT IGNORE INTO event_identifiers(ProducerID, LocalEventID, State, OccurredOn) values (?,?,?,?))
java.sql.BatchUpdateException: Can't find file: 'event_identifiers' (errno: 2 - No such file or directory)
Repairing tables
em.event_identifiers
Error : Can't find file: 'event_identifiers' (errno: 2 - No such file or directory)
status : Operation failed
em.event_properties
Error : Got error 122 from storage engine
error : Corrupt
mysql> drop database em;
ERROR 1010 (HY000): Error dropping database (can't rmdir './em', errno: 39)