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

"Other servers" menu doesn't show remote streaming servers while not logged into nedata.cloud #5482

Closed
RX14 opened this issue Feb 23, 2019 · 3 comments
Assignees
Projects
Milestone

Comments

@RX14
Copy link

RX14 commented Feb 23, 2019

Remote host is accessible as normal on /host/alarm/, and shows the dashboard as normal. The charts update fine. However there's no link in the server switcher menu to switch between hosts, because the whole menu is replaced by a "Please sign in to netdata.cloud" message. Upon signing in, the host appears in the menu as normal.

$ netdata -V
netdata v1.12.1-7-g86ed3869
@cakrit
Copy link
Contributor

cakrit commented Feb 24, 2019

Hi @RX14, this is is by design. This way, no URLs and hostnames are sent to the global netdata registry, without explicit user action. Please see #3990 section "login to enable the registry" and the issues linked to it, like #2760.

@RX14
Copy link
Author

RX14 commented Feb 24, 2019

This is about instances streaming data to the netdata instance. It doesn't need to send or recieve data from netdata.cloud to see the server because the dashboard is hosted on the same instance.

@cakrit
Copy link
Contributor

cakrit commented Feb 24, 2019

You're right, actually the source of information is different for the replicated hosts, it comes from /api/v1/charts and not the registry. So we can definitely show those without requiring information to be sent to the registry.

gmosx pushed a commit to gmosx/netdata that referenced this issue Feb 28, 2019
@gmosx gmosx added this to To do in Web GUI via automation Feb 28, 2019
@gmosx gmosx added this to the v1.13-rc1 milestone Feb 28, 2019
Web GUI automation moved this from To do to Done Feb 28, 2019
gmosx added a commit that referenced this issue Feb 28, 2019
…5519)

* Show streamed servers even for users that are not signed in! #5482

* Better placement of sign-in prompt #5482
kiku-jw pushed a commit to kiku-jw/netdata that referenced this issue Mar 4, 2019
…5482 (netdata#5519)

* Show streamed servers even for users that are not signed in! netdata#5482

* Better placement of sign-in prompt netdata#5482
jackyhuang85 pushed a commit to jackyhuang85/netdata that referenced this issue Jan 1, 2020
…5482 (netdata#5519)

* Show streamed servers even for users that are not signed in! netdata#5482

* Better placement of sign-in prompt netdata#5482
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Web GUI
  
Done
Development

No branches or pull requests

3 participants