Memacached Alerts
Sumo Logic has provided out-of-the-box alerts available via Sumo Logic monitors to help you quickly determine if the Memacached database cluster is available and performing as expected.
Alert Name | Alert Description | Trigger Type (Critical / Warning) | Alert Condition | Recover Condition |
---|---|---|---|---|
Memcached - Commands Error |
This alert fires when we detect command errors. |
Critical | > 0 | <= 0 |
Memcached - Authentication Error |
This alert fires when we detect authentication errors continuously for 5 mins |
Warning | >0 | <= 0 |
Memcached - Connection Yields |
This alert fires when we detect yielded connections continuously for 5 mins |
Warning | >5 | <= 5 |
Memcached - High Memory Usage |
This alert fires when the memory usage is more than 80%. |
Warning | >80 | <= 80 |
Memcached - Listen Disabled |
This alert fires when new queued connections per minute > 5 |
Warning | >5 | <=5 |
Memcached - Cache Hit Ratio |
The hit rate is one of the most important indicators of Memcached performance. A high hit rate means faster responses to your users. If the hit rate is falling, you need quick visibility into why. This alert gets fired low cache hit ratio is less than 50% |
Critical | <=0.5 | >0.5 |
Memcached - Current Connections |
This alert gets fired when number of connected clients are 0. If current connections are none then something is wrong. |
Critical | <=0 | >0 |
Memcached - Uptime |
This alert gets fires when uptime is < 180. You can use this to detect respawns. |
Critical | <=180 | >180 |