View Revisions: Issue #3571

Summary 0003571: On Nodes Panel, support network diagnostics for remote nodes
Revision 2018-05-21 20:53 by mmichalek
Description Add the ability to perform a network diagnostic with a remote node from the Manage > Nodes pabel. Maybe this would be a new menu item called "Test Connection" or something like that. Some ideas:

1) Base it off the remote node's /ping url
2) Check HTTP headers coming back (ie, is there a proxy intercepting? is the hostname even a SymDS server?)
3) Provide diagnostic info around the specific error (e.g. No route to host, unknown host, connection refused, connection timeout, etc.)

This info should be displayed to the user and also logged so it's available in support snapshots.
Revision 2018-05-21 20:59 by mmichalek
Description Add the ability to perform a network diagnostic with a remote node from the Manage > Nodes pabel. Maybe this would be a new menu item called "Test Connection" or something like that. Some ideas:

1) Base it off the remote node's /ping url
2) Check HTTP headers coming back (ie, is there a proxy intercepting? is the hostname even a SymDS server?)
3) Test different HTTP methods (GET/POST/PUT) to check for firewalls blocking.
4) Provide diagnostic info around the specific error (e.g. No route to host, unknown host, connection refused, connection timeout, etc.)

This info should be displayed to the user and also logged so it's available in support snapshots.