标题:switchman:switchman的只读发布历史记录

名称:switchman

用法:

switchman[OPTIONS]--CMD[ARGS]

使用switchman之前,您需要安装ZooKeeper,并为switchman创建顶级znode(例如/myproject/switchman)。该znode还用于存储描述组的数据。

选项:

--c|--config/path/to/config:可选,默认为/etc/switchman.conf。该文件应包含具有以下键的JSON编码散列:

-prefix:指向包含组数据和其他节点的顶级znode路径

-zkhosts:ZooKeeper服务器的连接信息

示例:

{
"prefix":"/myproject/switchman",
"zkhosts":"localhost:2181"
}