-
Notifications
You must be signed in to change notification settings - Fork 28
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
unable to connect node js server with dashboard #16
Comments
Create a new page, drop in whatever component you want (start with app viewer), configure it to the name of your server, repeat. You can put all servers on one page, or create a separate page for each server. Or both. |
How can i send data to that component? how can i add new server to dashboard. |
When the component is dropped onto the page, it has a configuration dialog box (click the component title to open the dialog box). Most components have a server dropdown. If your server isn't listed in the dropdown, save the component with another server, then open the dialog again and press the That last piece is fairly unpleasant, and it's something we're working on fixing... |
Once your server is configured for the component, just opening the page gets the component connected to the server, where the component can gather data from the server. The component type determines which data it needs from the server. |
Hi ,
We are runing our nodejs application on 4 clusster , How i can connect my alll process with dashboard?
regardsm,
Om
The text was updated successfully, but these errors were encountered: