Z-Node: a cluster for sys-ops based on doozer & zookeeper

I’m happy to announce the system operations cluster: Z-Node here. https://github.com/mikespook/z-node Intro Z-Node is a cluster for helping system operations. It works with Doozer and ZooKeeper cluster. Every Z-Node watches at least two files: /z-node/node/$HOST/$PID – for one-node tasks; /z-node/$REGION/wire – for cluster tasks (Every Z-Node instance can watch multi-regions). Z-Node will register itself as …