View Revisions: Issue #6992
Summary | 0006992: Add a SEVERE monitor for when the JVM runs out of memory | ||
---|---|---|---|
Revision | 2025-07-10 13:04 by emiller | ||
Description | Add a monitor for when the JVM runs out of memory. The monitor's severity level should be SEVERE by default. Don't remove the JVM Out of Memory insight. | ||
Revision | 2025-07-15 18:56 by pbelov | ||
Description | Add a monitor for when the JVM runs out of memory. The monitor's severity level should be SEVERE by default. Don't remove the JVM Out of Memory insight, which is can change memory allocation. |
||
Revision | 2025-07-10 13:04 by emiller | ||
Additional Information | |||
Revision | 2025-07-15 18:56 by pbelov | ||
Additional Information | Introduces com.jumpmind.symmetric.util.LogInspectorHelper class, which combs through log messages and finds matches. This simplifies log analysis and makes it easy to add new monitors. |