There are a large number of alarms that have been cleared but are still visible in the console and the database, how can these be cleared in the database?
IMPORTANT:
Before following the workaround below, please make a backup of the Foglight database and installation folder!!!
Workaround:
Run the following script against the database (syntax here is for Oracle):
DELETE FROM ALARM_ALARM WHERE CREATED_TIME < sysdate - 30 DAY;
If using MS SQL Server as backend DB repository then the syntax would be:
© ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center