Hi,
Does anyone know a log analysis tool for rsyncd such as AWStats for web server?
Thanks
Cheers
I think webalizer can do it.
best regards Keld
On Tue, Jan 19, 2016 at 09:55:51AM +0100, Giovanni Marzulli wrote:
Hi,
Does anyone know a log analysis tool for rsyncd such as AWStats for web server?
Thanks
Cheers
-- Giovanni Marzulli Consortium GARR Sede operativa di Bari Via Orabona, 4 70126 - Bari Tel.: +39 080 544 2379
CentOS-mirror mailing list CentOS-mirror@centos.org https://lists.centos.org/mailman/listinfo/centos-mirror
I use GoAccess on my mirror server http://goaccess.io/ I have two crons setup: one does the last day, one does every log I have not deleted:
58 23 * * * /bin/cat /var/log/httpd/*access_log |/usr/local/bin/goaccess -a -d -H -m -M --real-os > /var/www/stats/reflector-current.html
59 23 * * * /bin/zcat -f /var/log/httpd/*access_log* |/usr/local/bin/goaccess -a -d -H -m -M --real-os > /var/www/stats/reflector-overall.html
-- *Gene Liverman* Systems Integration Architect Information Technology Services University of West Georgia gliverma@westga.edu 678.839.5492
ITS: Making Technology Work for You!
On Tue, Jan 19, 2016 at 7:02 AM, keld@keldix.com wrote:
I think webalizer can do it.
best regards Keld
On Tue, Jan 19, 2016 at 09:55:51AM +0100, Giovanni Marzulli wrote:
Hi,
Does anyone know a log analysis tool for rsyncd such as AWStats for web server?
Thanks
Cheers
-- Giovanni Marzulli Consortium GARR Sede operativa di Bari Via Orabona, 4 70126 - Bari Tel.: +39 080 544 2379
CentOS-mirror mailing list CentOS-mirror@centos.org https://lists.centos.org/mailman/listinfo/centos-mirror
CentOS-mirror mailing list CentOS-mirror@centos.org https://lists.centos.org/mailman/listinfo/centos-mirror
On Tue, Jan 19, 2016 at 09:55:51AM +0100, Giovanni Marzulli wrote:
Hi,
Does anyone know a log analysis tool for rsyncd such as AWStats for web server?
I use AWStats itself with this config:
LogFile="grep -h ' send ' /var/log/rsyncd.log.7 /var/log/rsyncd.log.6 /var/log/rsyncd.log.5 /var/log/rsyncd.log.4 /var/log/rsyncd.log.3 /var/log/rsyncd.log.2 /var/log/rsyncd.log.1 /var/log/rsyncd.log | awk '{print "0",$0}' | sed -e's/ send / RETR /' -e's/ [/ /g' -e's/] / /g' |" LogType=F LogFormat="%code %time2 %other %method %other %host %other (%logname) %url %other %bytesd"