A monitor class to check if Postgres is up and about. You need to specify a database and a user (and if required, a password) which can be use to test-connect to Postgres. Optionally you can specify the host and port number if connection is over TCP.
Located in /monitor-defs.php (line 528)
generic_monitor | --postgres_monitor
Database connection resource ID
Name of the database to connect to
For TCP connections: hostname to connect to
Password of username to connect as
For TCP connections: port to connect to
Username to connect as
Define a new Postgres monitor object.
Make the check, as to whether we can connect to the Postgres DB.
If not then return false, else return true.
Documentation generated by phpDocumentor 1.3.0RC3