On 11-sep-09, at 08:50, José Illescas Pérez wrote:

> there is a way for view statistics and graphs option of cherokee admin
> without authenticating in the interfaz?.
>
> I want to offer this functionality at delegated administrators, but I
> don't want to have access configuration options.


Yes, there is. Currently the server takes care of rebuilding the graph  
files whenever they became outdated. This means that all the graphs  
are up-to-date .png files stored locally. You could simply read them  
(or serve them from the web server).

Those graphs are stored in $(localstatedir)/lib/cherokee/graphs/images  
by default, which would be /var/lib/cherokee/graphs/images in most of  
the cases.

However, I'd like to change that behavior, so the images are only  
generated under request. This change will lower the global server load  
(rrdtool is quite resource consuming). The basic idea is to stop  
rendering images when nobody is seeing them.  Do not worry about this,  
though; I'll let you guys know in advanced whenever I find the time do  
re-implement the graphs rendering mechanism.

Cheers!

--
Octality
http://www.octality.com/

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to