Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skyrocknroll/redmon

Redis and Sentinel Monitoring
https://github.com/skyrocknroll/redmon

monitor-redis redis redmon sentinel

Last synced: about 2 months ago
JSON representation

Redis and Sentinel Monitoring

Awesome Lists containing this project

README

        

# 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/`

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

### Example url to monitor redis using sentinel failover
`http://localhost:9736/sentinel//`

***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.