Munin için bazı Postgresql eklentilerini etkinleştirmeye çalışıyorum. Çalıştırdığımda munin-node-configure --suggest | grep postgres
aşağıdaki çıktıyı alıyorum:
postgres_bgwriter | no | no [DBD::Pg not found, and cannot do psql yet]
postgres_cache_ | no | no [DBD::Pg not found, and cannot do psql yet]
postgres_checkpoints | no | no [DBD::Pg not found, and cannot do psql yet]
postgres_connections_ | no | no [DBD::Pg not found, and cannot do psql yet]
postgres_connections_db | no | no [DBD::Pg not found, and cannot do psql yet]
postgres_locks_ | no | no [DBD::Pg not found, and cannot do psql yet]
postgres_querylength_ | no | no [DBD::Pg not found, and cannot do psql yet]
postgres_scans_ | no | no [DBD::Pg not found, and cannot do psql yet]
postgres_size_ | no | no [DBD::Pg not found, and cannot do psql yet]
postgres_transactions_ | no | no [DBD::Pg not found, and cannot do psql yet]
Bir cevap için etrafta dolaştım, ancak bu sorunun nasıl çözüleceğine dair kesin bir cevap bulamadım. Daha önce Perl modülleriyle hiç çalışmadım (tüm yazılımlarımız Python'da) bu bağımlılığı kurmak için ne yapmam gerekir? Ubuntu 10.04.4 LTS kullanıyorum.
apt-get install libdbd-pg-perl
çözüldü.