Tôi đang cố gắng kích hoạt một số plugin Postgresql cho Munin. Khi tôi chạy, munin-node-configure --suggest | grep postgres
tôi nhận được đầu ra sau:
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]
Tôi đã tìm kiếm câu trả lời nhưng không tìm thấy câu trả lời dứt khoát nào về cách giải quyết vấn đề này. Tôi chưa bao giờ làm việc với các mô-đun Perl trước đây (tất cả phần mềm của chúng tôi đều bằng Python), vậy tôi cần làm gì để cài đặt phụ thuộc này? Tôi đang sử dụng Ubuntu 10.04.4 LTS.
apt-get install libdbd-pg-perl
đã giải quyết nó