Skip to content

skyrocknroll/redmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

redmon

Monitor Redis & Sentinel(HA Redis) using any of the http based endpoint monitoring system.

By default the server listens on endpoint 0.0.0.0:9736

Example

Example url to monitor redis which is running in localhost:6379

http://localhost:9736/redis/<redis endpoint>

Ex: http://localhost:9736/redis/localhost:6379

Example url to monitor redis using sentinel failover

http://localhost:9736/sentinel/<comma sepeareted sentinel enpoints>/<MaterName>

Sentinel Hosts

  • localhost:26379
  • localhost:26378

Ex: http://localhost:9736/sentinel/localhost:26379,localhost:26378/master

Usage

Add the url to any of the http enpoint monitoring tool ex: pingdom or datadog or https://github.com/fzaninotto/uptime

The API will send 200 status in case of success otherwise will respond with 500 status code.

About

Redis and Sentinel Monitoring

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages