|
From: <bj...@ru...> - 2007-11-06 14:25:21
|
Villem Alari <vi...@ek...> writes: > Hi! > > I would like to monitor apache with apache_volume plugin but sudo > munin-node-configure --suggest says: > > apache_volume | no | [no apache server-status or > ExtendedStatus missing on ports 80] > > What that means and how can I overcome it? ExtendedStatus On in your Apache configuration file. This requirement is properly documented in the plugin: # Requirements: # - Needs access to http://localhost/server-status?auto (or # modify the address for another host). See your apache # documentation on how to set up this url in your # httpd.conf. Apache needs ExtendedStatus enabled for this # plugin to work.=20 --=20 Bj=F8rn |