zalando / pg_view

Get a detailed, real-time view of your PostgreSQL database and system metrics
https://pypi.python.org/pypi/pg-view
Other
494 stars 49 forks source link

Don't die if connection to one of the monitored servers is lost #49

Closed a1exsh closed 8 years ago

a1exsh commented 8 years ago

If pg_view is used to monitor a number of clusters on a single screen and we lose connection to just one of them (due to restart by the administrator, for example), pg_view dies with connection error.

It would be nice if we could continue to display data for the servers we still have the connections to, and ideally, resume the lost one once the server is back.

kmoppel commented 8 years ago

+1

a1exsh commented 8 years ago

See #51

a1exsh commented 8 years ago

Merged :-)