Saya mencoba mengaktifkan beberapa plugin Postgresql untuk Munin. Ketika saya menjalankan munin-node-configure --suggest | grep postgres
saya mendapatkan output berikut:
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]
Saya sudah mencari di Google untuk mencari jawaban tetapi belum menemukan jawaban yang pasti untuk bagaimana menyelesaikan masalah ini. Saya belum pernah bekerja dengan modul Perl sebelumnya (semua perangkat lunak kami menggunakan Python) jadi apa yang harus saya lakukan untuk menginstal dependensi ini? Saya menggunakan Ubuntu 10.04.4 LTS.
apt-get install libdbd-pg-perl
memecahkannya.