/usr/bin/zooinspector is in zookeeper 3.4.10-3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #!/bin/sh
CLASSPATH=/usr/share/java/log4j-1.2.jar:/usr/share/java/slf4j-api.jar:/usr/share/java/slf4j-simple.jar:/usr/share/java/zookeeper.jar:/usr/share/zookeeper/zooinspector/zookeeper-zooinspector.jar
# We have to cd to this dir so that the icons are found
cd /usr/share/zookeeper/zooinspector
java -cp $CLASSPATH org.apache.zookeeper.inspector.ZooInspector
|