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

DBA Dash service handling of failed connections - logging #403

Open
DavidWiseman opened this issue Oct 19, 2022 · 1 comment
Open

DBA Dash service handling of failed connections - logging #403

DavidWiseman opened this issue Oct 19, 2022 · 1 comment

Comments

@DavidWiseman
Copy link
Collaborator

If DBA Dash fails to connect to a monitored instance, the error is written to the log file but the error doesn't make it's way back to the repository database. If an instance is down, this will be highlighted with the "Snapshot Age" column - but you need to look at the service error log on disk to see the failures.
It would be better to try to write the failures to the repository database. There is a complication that the application needs the ConnectionID for the instance to associate the error with a particular instance in the repository. This might not be available if it wasn't specified in the config. Maybe the config could be updated to persist the ConnectionID?

@DavidWiseman
Copy link
Collaborator Author

Suggestion from Slack: It might also be useful to have an indication in the tree if there are any servers that appear offline.
Issues to consider:
There would need to be a process to keep refreshing the state of the servers
Overhead would need to be considered for repositories with a large number of instances.

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