dba-dash
dba-dash copied to clipboard
DBA Dash service handling of failed connections - logging
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?