Echoping plugin which connects to a postgresql rdbms server
echoping [echopingoptions] -mpostgresql hostname [-cconninfo] [-e] [-r] [SQL-request]
postgresql is an echoping plugin to connect to PostgreSQL RDBMS servers.
[SQL-request] The request to the PostgreSQL server (in SQL). Only SELECT are supported. The default is 'SELECT now()'.
-c, --conninfo
Connection information for the Postgresql server. Something like 'dbname=bar'
-r, --readall
Read all the data sent by the Postgresql server
-e, --connect-each-time
(Re)connect to the Postgresql server at each iteration
Stephane Bortzmeyer <[email protected]>