[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#133903: the promised patch



See patch as attached, I also took the liberty of correcting a typo I
noticed.
-- 
damian
--- sarg.conf.dpkg-dist	Mon Feb 18 11:19:19 2002
+++ sarg.conf	Fri Mar  8 11:02:26 2002
@@ -257,17 +257,18 @@
 # TAG: report_type type
 #      What kind of reports to generate.
 #      topsites		- shows the site, connect and bytes
-#      sites&users	- shows which users were accessing a site
-#      date/time	- shows the amount of bytes used by day and hour
+#      sites_users	- shows which users were accessing a site
+#      users_sites	- shows sites accessed by the user
+#      date_time	- shows the amount of bytes used by day and hour
 #      denied		- show all denied sites with full URL
 #      auth_failures    - show autentication failures
 #
 #      Eg.: report_type topsites denied 
 #
-report_type topsites sites&users date/time denied auth_failures
+report_type topsites users_sites sites_users date_time denied auth_failures site_user_time_date
 
 # TAG: usertab filename
-#      You can change the "userid" or the "ip address" to be a real user name on the rpeorts.
+#      You can change the "userid" or the "ip address" to be a real user name on the reports.
 #      Table syntax:
 # 		userid name   or   ip address name
 #      Eg:
@@ -337,3 +338,17 @@
 #
 #exclude_string none
 
+# TAG: show_successful_message yes|no
+#      Show "Successful report generated on dir" at end of process.
+#
+show_successful_message no
+
+# TAG: topuser_fields
+#      Which fields must be in Topuser report.
+#
+topuser_fields NUM DATE_TIME USERID CONNECT BYTES %BYTES IN-CACHE-OUT USED_TIME MILISEC %TIME TOTAL AVERAGE
+
+# TAG: topuser_num n
+#      How many users in topsites report. 0 = no limit
+#
+topuser_num 0

Reply to: