Munin用のいくつかのPostgresqlプラグインをアクティブ化しようとしています。実行するmunin-node-configure --suggest | grep postgres
と、次の出力が得られます。
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]
私は答えを探して回りましたが、この問題を解決する方法についての明確な答えは見つかりませんでした。これまでにPerlモジュールを使用したことがないので(すべてのソフトウェアはPythonで作成されています)、この依存関係をインストールするにはどうすればよいですか?Ubuntu 10.04.4 LTSを使用しています。
apt-get install libdbd-pg-perl
解決しました。