You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| high_system_memory_usage | Warning | System memory usage is too high | "System memory usage is higher than ~p%" |`os_mon.sysmem_high_watermark = 70%`|
28
-
| high_process_memory_usage | Warning | Single Erlang process memory usage is too high (percentage of system memory usage) | Process memory usage is higher than ~p% |`os_mon.procmem_high_watermark = 5%`|
29
-
| high_cpu_usage | Warning | CPU usage is too high |~p% cpu usage |`os_mon.cpu_high_watermark = 80%``os_mon.cpu_low_watermark = 60%`|
30
-
| too_many_processes | Warning | Too many processes |~p% process usage |`vm_mon.process_high_watermark = 80%``vm_mon.process_low_watermark = 60%`|
31
-
| license_quota | Warning | License exceeds quota | License: the number of connections exceeds % |`license.connection_high_watermark_alarm = 80%``license.connection_low_watermark_alarm = 75%`|
32
-
| license_expiry | Critical | License expired | License will be expired at % | - |
33
-
| partition | Critical | Partition occurs at node | Partition occurs at node ~s | - |
34
-
| resource | Critical | Resource is disconnected | Resource ~s(~s) is down | - |
| high_system_memory_usage | Warning | System memory usage is too high | "System memory usage is higher than ~p%" |`os_mon.sysmem_high_watermark = 70%`|
28
+
| high_process_memory_usage | Warning | Single Erlang process memory usage is too high (percentage of system memory usage) | Process memory usage is higher than ~p% |`os_mon.procmem_high_watermark = 5%`|
29
+
| high_cpu_usage | Warning | CPU usage is too high |~p% cpu usage |`os_mon.cpu_high_watermark = 80%``os_mon.cpu_low_watermark = 60%`|
30
+
| too_many_processes | Warning | Too many processes |~p% process usage |`vm_mon.process_high_watermark = 80%``vm_mon.process_low_watermark = 60%`|
31
+
| license_quota | Warning | License exceeds quota | License: the number of connections exceeds % |`license.connection_high_watermark_alarm = 80%``license.connection_low_watermark_alarm = 75%`|
32
+
| license_expiry | Critical | License expired | License will be expired at % | - |
33
+
| mnesia_transaction_manager_overload | Warning | mnesia overloaded; mailbox size: N | mailbox size = N |`sysmon.mnesia_tm_mailbox_threshold = 500`|
34
+
| broker_pool_overload | Warning | broker pool overloaded; mailbox size: N | mailbox size = N |`sysmon.broker_pool_mailbox_threshold = 500`|
35
+
| partition | Critical | Partition occurs at node | Partition occurs at node ~s | - |
36
+
| resource | Critical | Resource is disconnected | Resource ~s(~s) is down | - |
0 commit comments