Skip to content

zapier/sentinel-graylog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentinel-graylog

A simple script which pipes Redis Sentinel messages into Graylog

## Usage

$ 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)

About

A simple script which pipes Redis Sentinel messages into Graylog

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages