I have two web servers at different locations (let's call them WEB1 and WEB2) being monitored by the same Munin server. Today, I noticed the following error in the apache logs for WEB1:
[error] [client <IP OF WEB2>] client denied by server configuration: /var/www/server-status
Naturally, I have server-status limited to localhost on both machines for security. It happens every 5 minutes at the exact same time my munin server gathers info, so I know it is the munin apache_activity plugin causing this to happen.
Why on earth is it trying to check the server-status of a different server, and how do I stop it?
env.urlis set for apache plugins it will use that to grab/server-status. – James O'Gorman Jan 9 at 22:58/etc/munin/plugin-conf.d/is/etc/munin/pluginconf.d/munin-node. It has no section header for apache_activity. – Andrew Jan 9 at 23:01