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
|`Redis - High Memory Fragmentation Ratio`| This alert is triggered when the ration of Redis memory usage to Linux virtual memory pages (mapped to physical memory chunks) is higher than 1.5. A high ratio will lead to swapping and can adversely affect performance. | Count `>` 1.5 | Count `<=` 1.5 |
261
-
|`Redis - Instance Down`| This alert is triggered when we detect that the Redis instance is down for 5 minutes. | Missing Data | Data Found |
262
-
|`Redis - Rejected Connections`| This alert is triggered when we detect that some connections to a Redis cluster have been rejected. | Count `>` 0 | Count `<=` 0 |
263
-
|`Redis - Replication Broken`| This alert is triggered when we detect that a Redis instance has lost all slaves. This will affect the redundancy of data stored in Redis. Please review how replication has been configured. | Count `<` 1 | Count `>=` 1 |
264
-
|`Redis - Replication Offset`| This alert is triggered when the replication offset in a given Redis cluster is greater than 1 MB for last five minutes. Please review how replication has been configured. | Count `>=` 1 | Count `<` 1 |
265
-
|`Redis - Too Many Connections`| This alert is triggered when we detect a given Redis server has too many connections (default is 100). | Count `>` 100 | Count `<=` 100 |
260
+
|`Redis - High Memory Fragmentation Ratio`| This alert is triggered when the ratio of Redis memory usage to Linux virtual memory pages (mapped to physical memory chunks) is higher than 1.5. A high ratio will lead to swapping and can adversely affect performance. | Count > 1.5 | Count < = 1.5 |
261
+
|`Redis - Instance Down`| This alert is triggered if the Redis instance is down for 5 minutes. | Missing Data | Data Found |
262
+
|`Redis - Rejected Connections`| This alert is triggered when some connections to a Redis cluster have been rejected. | Count > 0 | Count < = 0 |
263
+
|`Redis - Replication Broken`| This alert is triggered when a Redis instance has lost all slaves. This will affect the redundancy of data stored in Redis. We suggest you to review how replication has been configured. | Count < 1 | Count > = 1 |
264
+
|`Redis - Replication Offset`| This alert is triggered when the replication offset in a given Redis cluster is greater than 1 MB for last 5 minutes. We suggest you to review how replication has been configured. | Count > = 1 | Count < 1 |
265
+
|`Redis - Too Many Connections`| This alert is triggered when a given Redis server has too many connections (default is 100). | Count > 100 | Count < = 100 |
0 commit comments