Change Request: AWStats on log1

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

 



AWStats has been going crazy on log1, so I'd like to make the cronjob
run less often, and on far fewer log files:

diff --git a/modules/awstats/manifests/site.pp b/modules/awstats/manifests/site.pp
index 4df7974..6cb2944 100644
--- a/modules/awstats/manifests/site.pp
+++ b/modules/awstats/manifests/site.pp
@@ -1,5 +1,5 @@
 define awstats::site($log_dir="proxy*", $record_redirects=false, $record_query_string=false) {
-    file { "/etc/cron.hourly/awstats.$name":
+    file { "/etc/cron.daily/awstats.$name":
         mode => 0755,
         content => template('awstats/awstats.cron.erb'),
     }
diff --git a/modules/awstats/templates/awstats.conf.erb b/modules/awstats/templates/awstats.conf.erb
index 66d2a66..931cbeb 100644
--- a/modules/awstats/templates/awstats.conf.erb
+++ b/modules/awstats/templates/awstats.conf.erb
@@ -1,4 +1,4 @@
-LogFile="/usr/share/awstats/tools/logresolvemerge.pl /var/log/hosts/<%= log_dir %>/*/*/*/http/<%= name %>-access.log |"
+LogFile="/usr/share/awstats/tools/logresolvemerge.pl /var/log/hosts/<%= log_dir %>/%YYYY-24/%MM-24/%DD-24/http/<%= name %>-access.log |"
 LogType=W
 LogFormat=1
 LogSeparator=" "

Can I get two +1s for this?

Thanks,
Ricky

Attachment: pgplGE9NdBWIL.pgp
Description: PGP signature

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux