[yaala] (no subject)
Arjuna Del Toso
yaala@verplant.org
Wed, 21 Apr 2004 17:38:37 +0200
--=-N839tBcj0lJIKGGDmB7m
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi,
I have succesfully installed Yaala on Fedora Core 1 (whit GD::Graph) but
I have a problem:
- when I run ./yaala --config common_log.conf with this common_log.conf
file:
#-------------------------------------
#COMMON_LOG.CONF
input: "/var/log/httpd/access_log";
directory: "/var/www/html/yaala/";
report: 'Classic';
logtype: 'Ncsa';
select: "requests BY referer WHERE referer =~ google";
select: "requests BY os";
select: "requests BY browser";
select: "requests BY referer";
select: "requests, bytes BY date";
select: "requests, bytes BY hour";
select: "requests BY file";
select: "requests BY host";
select: "requests BY status";
reverse_lookup: 'true';
host_width: 1;
html_stylesheet: 'style.css';
print-graphs: 'true';
graph_height: 250;
graph_width: 500;
#END OF COMMON_LOG.CONF
#--------------------------------------
it doesn't return any error or warning but the Percentage value is 100%
for every voice. This is clearly not correct.
How can I adjust this?
Thanks
dat
example of the problem:
Links
Field
Value
Requests
Percent
Total
3
100.0%
________________________________________________________________________
MSIE
Field
Value
Requests
Percent
Total
7
100.0%
--=-N839tBcj0lJIKGGDmB7m
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Hi,<BR>
I have succesfully installed Yaala on Fedora Core 1 (whit GD::Graph) but I have a problem:<BR>
- when I run ./yaala --config common_log.conf with this common_log.conf file:<BR>
#-------------------------------------<BR>
#COMMON_LOG.CONF<BR>
input: "/var/log/httpd/access_log";<BR>
directory: "/var/www/html/yaala/";<BR>
report: 'Classic';<BR>
logtype: 'Ncsa';<BR>
select: "requests BY referer WHERE referer =~ google";<BR>
select: "requests BY os";<BR>
select: "requests BY browser";<BR>
select: "requests BY referer";<BR>
select: "requests, bytes BY date";<BR>
select: "requests, bytes BY hour";<BR>
select: "requests BY file";<BR>
select: "requests BY host";<BR>
select: "requests BY status";<BR>
reverse_lookup: 'true';<BR>
host_width: 1;<BR>
html_stylesheet: 'style.css';<BR>
print-graphs: 'true';<BR>
graph_height: 250;<BR>
graph_width: 500;<BR>
#END OF COMMON_LOG.CONF<BR>
#--------------------------------------<BR>
<BR>
it doesn't return any error or warning but the Percentage value is 100% for every voice. This is clearly not correct.<BR>
How can I adjust this?<BR>
Thanks<BR>
dat<BR>
<BR>
<BR>
example of the problem:<BR>
<TABLE>
<TR>
</TR>
<TR>
</TR>
<TR>
<TH COLSPAN="4">
Links
</TD>
</TR>
<TR>
<TH>
Field
</TD>
<TH>
Value
</TD>
<TH>
Requests
</TD>
<TH>
Percent
</TD>
</TR>
<TR>
<TH>
Total
</TD>
<TD>
</TD>
<TD>
3
</TD>
<TD>
<B><I>100.0%</I></B>
</TD>
</TR>
</TABLE>
<BR>
<BR>
<BR>
<HR>
<BR>
<TABLE>
<TR>
</TR>
<TR>
</TR>
<TR>
<TH COLSPAN="4">
MSIE
</TD>
</TR>
<TR>
<TH>
Field
</TD>
<TH>
Value
</TD>
<TH>
Requests
</TD>
<TH>
Percent
</TD>
</TR>
<TR>
<TH>
Total
</TD>
<TD>
</TD>
<TD>
7
</TD>
<TD>
<B><I>100.0%</I></B>
</TD>
</TR>
</TABLE>
<BR>
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>
--=-N839tBcj0lJIKGGDmB7m--