How can I use munin-node apache_ with basic authentication?
After diving into the sourcecode for the apache_ nodes, I found the documentation on this issue in there:
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
This works.