This check is used to verify that a PostgreSQL database works correctly. You must enter an IP/Host, a port (set by default to 5432), the access credentials of the database and the name of the database. Alternatively it is possible to specify the name of a table in the database. The service will query the database to see if it works correctly and optionally (if a table has been entered) it will attempt to perform a
query in the table (
select count(*) from nometabella ).
Example:
IP/Host: 55.120.154.80
Port: 5432
User Name: username
Password: password
Database: databasename
Optional fields
Table: tablename