Munin

如何使用 munin-node apache_ 進行基本身份驗證?

  • November 13, 2014

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_*節點以使用基本身份驗證登錄?這有可能嗎?

在深入研究 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

這行得通。

引用自:https://serverfault.com/questions/271844