Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skyrocknroll/redmon
- Owner: skyrocknroll
- License: mit
- Created: 2016-04-08T06:59:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T17:07:19.000Z (over 7 years ago)
- Last Synced: 2024-08-04T09:06:51.628Z (5 months ago)
- Topics: monitor-redis, redis, redmon, sentinel
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:26378Ex:
`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.