CrunchyData / crunchy-postgresql-manager

PostgreSQL-as-a-Service Management Utility. Superseded by Crunchy Container Suite: https://github.com/CrunchyData/crunchy-containers
Apache License 2.0
36 stars 2 forks source link

convert ping to nc #102

Closed jmccormick2001 closed 8 years ago

jmccormick2001 commented 8 years ago

use 'nc -w 2s host port' for ping test instead of current implementation

jmccormick2001 commented 8 years ago

fixed, code is in master now.