Skip to content
martinyunify edited this page Apr 11, 2017 · 5 revisions

Welcome to the discovery.etcd.io wiki!

This repo is a fork of discovery service of etcd.

just added a few customization for deploying this service locally and monitoring etcd cluster.

Usage

[martin@MartinLaptop bin]$ ./discovery.etcd.io -h
Usage of ./discovery.etcd.io:
  -a, --addr string      web service address (default ":8087")
  -e, --etcd string      etcd endpoint location (default "http://127.0.0.1:2379")
  -h, --host string      discovery url prefix (default "https://discovery.etcd.io")
  -m, --monitor string   monitor web server address (default "http://localhost:3000")

to browse the monitor panel just visit http://serveradd:8087/monitor

Reference

for usage please refer to etcd service api and Readme in discovery.etcd.io

Clone this wiki locally