Exhibitor is a supervisor/monitoring tool for ZooKeeper.
Exhibitor is a supervisor/monitoring tool for ZooKeeper written in Java. It was originally developed by Netflix and was open-sourced. It has a GUI and allows you to do the following:
- watch a ZK instance and makes sure it is running
- perform periodic backups
- perform periodic cleaning of ZK log directory
- explore ZK nodes
It also has REST APIs and support for Curator.