Questions tagged [netflix-exhibitor]

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.

References

Related Tags

2 questions
1
vote
0 answers

Exhibitor Zookeeper - configure SSL

I have a question - is it possible to configure SSL in a similar way as described in: https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide but with using Netflix Exhibitor (https://github.com/Netflix/exhibitor) ? Any…
pgrzesik
  • 1,869
  • 13
  • 14
1
vote
0 answers

Zookeeper / Exhibitor recurring JMX Error

I don't know why this is occurring, but occasionally I will get this series of repeating errors and the zookeeper instances will go into a bad state. Tue Feb 16 07:05:04 EST 2016 ERROR ZooKeeper Server: Using config:…
akaphenom
  • 6,728
  • 10
  • 59
  • 109