ฉันพยายามเปิดใช้งานปลั๊กอิน Postgresql สำหรับ Munin เมื่อฉันรันmunin-node-configure --suggest | grep postgres
ฉันจะได้ผลลัพธ์ต่อไปนี้:
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]
ฉันได้ลองค้นหาคำตอบ แต่ไม่พบคำตอบที่ชัดเจนเกี่ยวกับวิธีแก้ปัญหานี้ ฉันไม่เคยทำงานกับโมดูล Perl มาก่อน (ซอฟต์แวร์ทั้งหมดของเราอยู่ใน Python) ดังนั้นฉันต้องทำอะไรเพื่อติดตั้งการพึ่งพานี้ ฉันใช้ Ubuntu 10.04.4 LTS
apt-get install libdbd-pg-perl
แก้ไขมัน