https://github.com/zapier/sentinel-graylog
A simple script which pipes Redis Sentinel messages into Graylog
https://github.com/zapier/sentinel-graylog
Last synced: about 2 months ago
JSON representation
A simple script which pipes Redis Sentinel messages into Graylog
- Host: GitHub
- URL: https://github.com/zapier/sentinel-graylog
- Owner: zapier
- License: mit
- Created: 2015-05-14T13:57:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T07:49:38.000Z (over 10 years ago)
- Last Synced: 2025-01-26T11:08:34.591Z (over 1 year ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 25
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sentinel-graylog
A simple script which pipes Redis Sentinel messages into Graylog
## Usage
```bash
$ docker build -t sentinel-graylog .
$ docker run -e SENTINEL_HOST=10.0.0.1 -e GRAYLOG_HOST=10.0.0.10 sentinel-graylog
```
## Available Environment Variables
* `SENTINEL_HOST`: Sentinel hostname/IP (default: `localhost`)
* `SENTINEL_PORT`: Sentinel port (default: `6379`)
* `GRAYLOG_HOST`: Graylog hostname/IP (default: `localhost`)
* `LOGGING_HOSTNAME`: Graylog 'localname' (default: none)
* `VERBOSE`: Print messages to stdout (default: `false`)