|
Description
|
Currently it is impossible to enforce a database check over the logical hosts ip address. The complete monitoring is don via local socket only.
The Postgres agent should have an option to traverse the ip stack instead of a socket connection.
When we introduce the PGHOST variable in the probe we have to chck for the pingability of the ip address as well. If the Address is not pingable we should initiate a failover. If not, the subesquent error will lead to Start_failed which will result ina a failover as well, but the time until then would be to high.
|