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

initdb #168

Closed defadmin closed 4 years ago

defadmin commented 4 years ago

I don't have initdb on my monitoring server, why do I need this to pass the install? isn't this to check remote servers?

df7cb commented 4 years ago

initdb is only necessary for running the testsuite.

defadmin commented 4 years ago

Can I install it without running the testsuite? I might be the only one :) but I was following the instructions in the README.md, and when it failed the testsuite I figured it wouldn't go on. But I ran make install and it seems to have installed. Thanks perl Makefile.PL make env -i make test make install