Я намагаюся активувати деякі плагіни 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
вирішили це.