-
- | Alert Type (Metrics/Logs) |
- Alert Name |
- Alert Description |
- Trigger Type (Critical / Warning) |
- Alert Condition |
- Recover Condition |
-
-
- | Metrics |
- ActiveMQ - High CPU Usage |
- This alert fires when CPU usage on a node in a ActiveMQ cluster is high. |
- Critical |
- > = 80 |
- < 80 |
-
-
- | Metrics |
- ActiveMQ - High Host Disk Usage |
- This alert fires when there is high disk usage on a node in an ActiveMQ cluster. |
- Critical |
- > = 80 |
- < 80 |
-
-
- | Metrics |
- ActiveMQ - High Memory Usage |
- This alert fires when memory usage on a node in an ActiveMQ cluster is high. |
- Critical |
- > = 80 |
- < 80 |
-
-
- | Metrics |
- ActiveMQ - High Number of File Descriptors in use. |
- This alert fires when the percentage of file descriptors used by a node in an ActiveMQ cluster is high. |
- Critical |
- > = 80 |
- < 80 |
-
-
- | Metrics |
- ActiveMQ - High Storage Used |
- This alert fires when there is storage usage on a node that is high in an ActiveMQ cluster. |
- Critical |
- > = 80 |
- < 80 |
-
-
- | Metrics |
- ActiveMQ - High Temp Usage |
- This alert fires when there is high temp usage on a node in an ActiveMQ cluster. |
- Critical |
- > = 80 |
- < 80 |
-
-
- | Logs |
- ActiveMQ - Maximum Connection |
- This alert fires when one node in ActiveMQ cluster exceeds the maximum allowed client connection limit. |
- Critical |
- > = 1 |
- < 1 |
-
-
- | Metrics |
- ActiveMQ - No Consumers on Queues |
- This alert fires when an ActiveMQ queue has no consumers. |
- Critical |
- < 1 |
- > = 1 |
-
-
- | Metrics |
- ActiveMQ - No Consumers on Topics |
- This alert fires when an ActiveMQ topic has no consumers. |
- Critical |
- < 1 |
- > = 1 |
-
-
- | Logs |
- ActiveMQ - Node Down |
- This alert fires when a node in the ActiveMQ cluster is down. |
- Critical |
- > = 1 |
- < 1 |
-
-
- | Metrics |
- ActiveMQ - Too Many Connections |
- This alert fires when there are too many connections to a node in an ActiveMQ cluster. |
- Critical |
- > = 1000 |
- < 1000 |
-
-
- | Metrics |
- ActiveMQ - Too Many Expired Messages on Queues |
- This alert fires when there are too many expired messages on a queue in an ActiveMQ cluster. |
- Critical |
- > = 1000 |
- < 1000 |
-
-
- | Metrics |
- ActiveMQ - Too Many Expired Messages on Topics |
- This alert fires when there are too many expired messages on a topic in an ActiveMQ cluster. |
- Critical |
- > = 1000 |
- < 1000 |
-
-
- | Metrics |
- ActiveMQ - Too Many Unacknowledged Messages |
- This alert fires when there are too many unacknowledged messages on a node in an ActiveMQ cluster. |
- Critical |
- > = 1000 |
- < 1000 |
-
-
+### ActiveMQ alerts
+| Alert Name | Alert Description and conditions | Alert Condition | Recover Condition |
+|:--|:--|:--|:--|
+| `ActiveMQ - High CPU Usage Alert` | This alert gets triggered when CPU usage on a node in a ActiveMQ cluster is high. | Count >= 80 | Count < 80 |
+| `ActiveMQ - High Memory Usage Alert` | This alert gets triggered when memory usage on a node in a ActiveMQ cluster is high. | Count >= 80 | Count < 80 |
+| `ActiveMQ - High Storage Used Alert` | This alert gets triggered when there is high store usage on a node in a ActiveMQ cluster. | Count >= 80 | Count < 80 |
+| `ActiveMQ - Maximum Connection Alert` | This alert gets triggered when one node in ActiveMQ cluster exceeds the maximum allowed client connection limit. | Count >= 1 | Count < 1 |
+| `ActiveMQ - No Consumers on Queues Alert` | This alert gets triggered when a ActiveMQ queue has no consumers. | Count < 1 | Count >= 1 |
+| `ActiveMQ - Node Down Alert` | This alert gets triggered when a node in the ActiveMQ cluster is down. | Count >= 1 | Count < 1 |
+| `ActiveMQ - Too Many Connections Alert` | This alert gets triggered when there are too many connections to a node in a ActiveMQ cluster. | Count >= 1000 | Count < 1000 |
## Viewing the ActiveMQ Dashboards