[Bug 231706] Re: munin apache plugin no data

Jurrit jurrit at gmail.com
Mon Jun 9 14:19:14 BST 2008


Dit you try this:
cd /etc/munin/plugins/
munin-run apache_accesses auto

and

w3m http://127.0.0.1/server-status?auto

You probably need something like this in your apache2.conf:
<IfModule mod_status.c>
    ExtendedStatus On
    <Location /server-status>
        SetHandler server-status
        Order deny,allow
        Deny from all
        Allow from 127.0.0.1
    </Location>
</IfModule>

-- 
munin apache plugin no data
https://bugs.launchpad.net/bugs/231706
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.



More information about the Ubuntu-server-bugs mailing list