Sto cercando di attivare alcuni dei plugin Postgresql per Munin. Quando corro munin-node-configure --suggest | grep postgres
ottengo il seguente output:
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]
Ho cercato su Google una risposta ma non ho trovato alcuna risposta definitiva su come risolvere questo problema. Non ho mai lavorato con i moduli Perl prima (tutto il nostro software è in Python) quindi cosa dovrei fare per installare questa dipendenza? Sto usando Ubuntu 10.04.4 LTS.
apt-get install libdbd-pg-perl
risolto.