Skip to content

CodersOfTheNight/oshino-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oshino-redis

Agent for retrieving redis stats

For more info, refer to parent project Oshino

Installing

pip install oshino-redis

Add agent to configuration:

module: oshino_redis.agent.RedisAgent

Agent config

host - host of redis (default: localhost)

port - port of redis (default: 6379)

password - password of redis (default: no auth)

selected - list of selected metrics (default: select all)

Output

For information on Redis metrics refer to: Redis Info

Example config

---
interval: 10
loglevel: DEBUG
riemann:
  host: localhost
  port: 5555
agents:
  - name: consul
    module: oshino_consul.agent.ConsulAgent
    host: localhost
    port: 6379
    tag: db

Releases

No releases published

Packages

No packages published

Languages