Description of problem: Right now the console summary only lists the database as running if it is running under systemd. In some cases (repmgr) the database is started using pg_ctl directly rather than systemctl. This will cause the console summary to report that the database is not running. I propose that we use `pg_ctl -D $APPLIANCE_PG_DATA status` to determine the status of the database as that will always be correct. Version-Release number of selected component (if applicable): 5.7.0.17
*** This bug has been marked as a duplicate of bug 1418080 ***