web-dev-qa-db-ja.com

munin-node Apache_を基本認証で使用するにはどうすればよいですか?

munin-node-configure --suggestは、Apache_*ノードを使用できないことを示しています。

Apache_accesses            | no   | no [Port 80: Authorization Required]   
Apache_processes           | no   | no [Port 80: Authorization Required]   
Apache_volume              | no   | no [Port 80: Authorization Required]

これは正しいです:仮想ホストは唯一のアクセス可能なサイトであり、単純な.htaccessログインの背後に置かれています。

基本認証でログインするようにApache_*ノードを構成するにはどうすればよいですか?それは可能ですか?

1
berkes

Apache_ノードのソースコードを調べた後、この問題に関するドキュメントがそこにありました。

If you need authenticated access to the URL you can specify the
username and password in the URL.  For example:

  [Apache_volume]
     env.url http://munin:spamalot@localhost/server-status?auto

これは機能します。

1
berkes