capman

command module
v0.0.0-...-4cfcb05 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2016 License: MIT Imports: 3 Imported by: 0

README

capman

A manager for CAP systems to track peers and event on leave/join

Usage

Heartbeat based on health check running scripts for various events as other peers report in

capman --host=$(hostname) \
  --ip=${LOCAL_IPV4} \
  --prefix=k8s/master/runtime/${CLOUD_DETAIL}/etcd \
  heartbeat \
  --liveliness-check-url=http://localhost:4001 \
  --liveliness-check-timeout=10s \
  --bootstrap="/opt/etcd/bootstrap.sh" \
  --quorum-gained="/opt/etcd/quorum-gained.sh" \
  --quorum-lost="/opt/etcd/quorum-lost.sh" \
  --peer-join="/opt/etcd/peer-join.sh" \
  --peer-leave="/opt/etcd/peer-leave.sh"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package state stores and retrieves the peer information for coordination.
Package state stores and retrieves the peer information for coordination.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL