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

Monitor page is empty #2

Closed
royjs opened this issue Nov 13, 2014 · 0 comments
Closed

Monitor page is empty #2

royjs opened this issue Nov 13, 2014 · 0 comments

Comments

@royjs
Copy link

royjs commented Nov 13, 2014

Hi,

I installed Zookeeper UI on AWS and I have a problem. The Monitor web page is empty, it shows the IPs of all servers but not the servers status.

I investigated a little and I think I found the problem. I noticed that the "status" and "envi" commands are sent trough netcat. The problem is that it's using the -q option which is not supported on RedHat based distributions.

E.g.
/bin/sh -c 'echo stat' | nc -q5 127.0.0.1 2181
returns
nc: invalid option -- 'q'

The -q option should be used only when supported.

roman-yepishev-enoc added a commit to roman-yepishev-enoc/zkui that referenced this issue Mar 17, 2015
@gitorko gitorko closed this as completed in 81c9e43 Jul 2, 2015
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

1 participant