Ich versuche einige der Postgresql-Plugins für Munin zu aktivieren. Wenn ich laufe, munin-node-configure --suggest | grep postgres
bekomme ich folgende Ausgabe:
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]
Ich habe nach einer Antwort gegoogelt, aber keine endgültige Antwort gefunden, wie dieses Problem gelöst werden kann. Ich habe noch nie mit Perl-Modulen gearbeitet (unsere gesamte Software ist in Python). Was muss ich also tun, um diese Abhängigkeit zu installieren? Ich benutze Ubuntu 10.04.4 LTS.
apt-get install libdbd-pg-perl
Ich habe es gelöst.