bucardo / check_postgres

Nagios check_postgres plugin for checking status of PostgreSQL databases
http://bucardo.org/wiki/Check_postgres
Other
561 stars 175 forks source link

Disable .psqlrc when fetching list of databases (alldb option) - Fixes #207 #208

Open F-S-T opened 10 months ago

F-S-T commented 10 months ago

When using alldb option in presence of (some) .psqlrc, fetching list of databases failed. This PR disable .psqlrc by adding -X option.