Я пытаюсь активировать некоторые из плагинов 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
решил это.apt-get install libdbd-pg-perl
у меня тоже сработало!