Skip to content

CodersOfTheNight/oshino-consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oshino-consul

Agent for retrieving consul stats

For more info, refer to parent project Oshino

Installing

pip install oshino-consul

Add agent to configuration:

module: oshino_consul.agent.ConsulAgent

Output Events

  • <agent_name>.<service_name> state ok if is alive, state failure if dead

Config

host - Consul host (default: localhost)

port - Consul port (default: 8500)

Example config

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages