Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try --config=/etc/zookeeper/conf/zoo.cfg first before trying localhost:8121 #19

Open
calestyo opened this issue Jul 31, 2017 · 3 comments

Comments

@calestyo
Copy link

Hey.

Would be a nice feature, if zktop per default tries:
--config=/etc/zookeeper/conf/zoo.cfg
before it does the implicit --server localhost:8121

What people typically want is probably that they see all the ZKs from their ensemble, and only when no /etc/zookeeper/conf/zoo.cfg is found, it should try localhost:8121.

Distros could easily adapt the path to whatever their ZK server uses as default config location.

Cheers,
Chris.

@phunt
Copy link
Owner

phunt commented Aug 7, 2017

Thanks @calestyo, it sounds reasonable. I was probably biased by the fact that I used to run in dev mode much more than in production mode. I'm open to changing the default behavior if someone (yourself?) is interested in submitting a patch.

@calestyo
Copy link
Author

please have a look (and verify) pull request #20
Cheers,
Chris.

@calestyo
Copy link
Author

@phunt anything new here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants