Skip to content

Redis

Redis Cluster Monitor in MCT is a type of synthetic check that assesses the health and performance of Redis clusters. This monitor simulates connections to Redis nodes, executes commands to verify data consistency, and checks the cluster's overall state to ensure it is functioning as expected.

Redis Sentinel Monitoring is an extension of the Redis Cluster Monitor that specifically focuses on the health and performance of Redis Sentinel instances. This monitor simulates connections to Redis Sentinel nodes, executes commands to verify the Sentinel's ability to monitor and manage Redis instances, and checks the Sentinel's overall state to ensure it is functioning as expected.

Configuration

Zone Level

  • Type: there're 3 types of Redis monitoring types: Standalone Server, Master Slaves and Redis Cluster
  • Redis Username: user name for authentication
  • Redis Password: the password to use for authentication

Check Level

Required

  • Check IP Address: the IP address followed with port of the Redis stand alone server e.g. 10.241.93.138:6379

Source Code
More details in Redis Cluster Monitoring