Estoy tratando de activar algunos de los complementos de Postgresql para Munin. Cuando ejecuto munin-node-configure --suggest | grep postgres
me sale el siguiente resultado:
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]
Busqué en Google una respuesta, pero no encontré ninguna respuesta definitiva sobre cómo resolver este problema. Nunca antes había trabajado con módulos Perl (todo nuestro software está en Python), entonces, ¿qué necesitaría hacer para instalar esta dependencia? Estoy usando Ubuntu 10.04.4 LTS.
apt-get install libdbd-pg-perl
resuelto.