Skip to content

christriddle/hubot-etcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-etcd

A Hubot script for querying an etcd cluster

NPM

Installation

In hubot project repo, run:

npm install hubot-etcd --save

Then add hubot-etcd to your external-scripts.json:

[
  "hubot-etcd"
]

Sample Interaction

user1>> hubot etcd add alias local localhost 4001
hobot>> Alias added
user1>> hubot etcd show aliases
hubot>> { "local": { "host:" "localhost", "port": "4001"}}
user1>> hubot etcd local get key1/subkey1
hubot>> {"key":"/key1/subkey1","value":"awubawub","modifiedIndex":22,"createdIndex":22}

Roadmap

0.2.0 - Cluster health

About

A Hubot script for querying an Etcd cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published