Hi,

Yesterday I upgraded from squeeze to wheezy a moderate Munin setup (117
hosts).  After much struggling and installing version 2.0.21-2~bpo70+3,
I managed to reach acceptable response (in the realm of seconds) via
Apache2 mod-fcgid.  There might be some log/cache file permission
changes left from the squeeze setup (which I hacked seriously to keep
going in CGI mode), but basically my modifications are:

/etc/munin/munin.conf: localhost removed

/etc/munin/munin-conf.d/settings.conf:
graph_strategy cgi
html_strategy cgi

/etc/munin/munin-conf.d/hosts.conf: lots of node definitions

/etc/apache2/sites-enabled/000-default:
[...]
    Alias /munin/static/ /etc/munin/static/
    Alias /munin-cgi/munin-cgi-graph/ /usr/lib/munin/cgi/munin-cgi-graph/
    Alias /munin/                     /usr/lib/munin/cgi/munin-cgi-html/
    <Directory /usr/lib/munin/cgi>
        Options ExecCGI
        SetHandler fcgid-script
    </Directory>
[...]

I think something like this would be useful to include in the
documentation, the linked stuff was both overly complex and lacking.
Also, I'm not really sure what made the difference in the end (my first
tries resulted in the OOM-killer trimming some Apache children), but
this may still be a useful data point.
-- 
Regards,
Feri.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to