J'essaie d'activer certains des plugins Postgresql pour Munin. Lorsque je cours, munin-node-configure --suggest | grep postgres
j'obtiens la sortie suivante:
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]
J'ai recherché une réponse sur Google, mais je n'ai trouvé aucune réponse définitive sur la façon de résoudre ce problème. Je n'ai jamais travaillé avec des modules Perl auparavant (tous nos logiciels sont en Python) alors que devrais-je faire pour installer cette dépendance? J'utilise Ubuntu 10.04.4 LTS.
apt-get install libdbd-pg-perl
résolu.