Próbuję aktywować niektóre wtyczki Postgresql dla Munin. Po uruchomieniu munin-node-configure --suggest | grep postgres
otrzymuję następujące dane wyjściowe:
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]
Poszukałem odpowiedzi w Google, ale nie znalazłem ostatecznej odpowiedzi na pytanie, jak rozwiązać ten problem. Nigdy wcześniej nie pracowałem z modułami Perla (całe nasze oprogramowanie jest w języku Python), więc co powinienem zrobić, aby zainstalować tę zależność? Używam Ubuntu 10.04.4 LTS.
źródło
apt-get install libdbd-pg-perl
rozwiązałem to.apt-get install libdbd-pg-perl
też dla mnie pracował!