[Bug 231706] Re: munin apache plugin no data

2010-07-30 Thread Daniel Hahler
Couldn't we add "ExtendedStatus On" to the default configuration via /etc/apache2/mods-available/status.conf ? ** Also affects: apache2 (Ubuntu) Importance: Undecided Status: New ** Changed in: apache2 (Ubuntu) Importance: Undecided => Wishlist ** Summary changed: - munin apache pl

[Bug 231706] Re: munin apache plugin no data

2010-07-21 Thread Marcus Bointon
This still happens on Lucid, but there's a less complicated fix for this. The status moule is normally enabled with `a2enmod status`. All that seems to be required to fix munin after that is to add 'ExtendedStatus On' to /etc/apache2/mods-enabled/status.conf so it looks like this: # # Allow serve

[Bug 231706] Re: munin apache plugin no data

2009-03-19 Thread Chuck Short
This looks more like a configuration problem then a bug. Regards chuck ** Changed in: munin (Ubuntu) Status: New => Invalid -- 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 su

[Bug 231706] Re: munin apache plugin no data

2008-09-22 Thread Morten Siebuhr
I've made a "localhost" virtual host that serves munin with data: # vim:syntax=apache ServerAdmin [EMAIL PROTECTED] ServerName localhost ServerAlias 127.0.0.1 DocumentRoot /srv/http/localhost/ SetHandler server-status Order Deny,Allow

[Bug 231706] Re: munin apache plugin no data

2008-06-09 Thread Jurrit
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: ExtendedStatus On SetHandler server-status Order deny,allow Deny from all Allo