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
Copy file name to clipboardExpand all lines: content/operate/rs/clusters/logging/alerts-events.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ The following alerts and events can appear in `syslog` and the Cluster Manager U
26
26
| high_latency | Latency is higher than `<threshold>` milliseconds | True: warning, False: info | BDB alert; Has threshold parameter in the key/value section of the log entry |
27
27
| high_syncer_lag | Sync lag is higher than `<threshold>` seconds | True: warning, False: info | BDB alert; Has threshold parameter in the key/value section of the log entry |
28
28
| high_throughput | Throughput is higher than `<threshold>` RPS (requests per second) | True: warning, False: info | BDB alert; Has threshold parameter in the key/value section of the log entry |
29
-
| inconsistent_redis_sw | Not all databases are running the same open source version | True: warning, False: info | Cluster alert |
30
29
| inconsistent_rl_sw | Not all nodes in the cluster are running the same Redis Labs Enterprise Cluster version | True: warning, False: info | Cluster alert |
31
30
| insufficient_disk_aofrw | Node has insufficient disk space for AOF rewrite | True: error, False: info | Node alert |
32
31
| memory | Node memory has reached `<threshold>`% of its capacity | True: warning, False: info | Node alert; Has global_threshold parameter in the key/value section of the log entry |
0 commit comments