From 9bcaf7f81a01fe80f633ac4363c33a8b8e0c9fc0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 10 Dec 2012 19:05:17 +0100 Subject: run daily visitors report --- etc/cron.daily/visitors | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 etc/cron.daily/visitors (limited to 'etc/cron.daily/visitors') diff --git a/etc/cron.daily/visitors b/etc/cron.daily/visitors new file mode 100755 index 00000000..3fffeecb --- /dev/null +++ b/etc/cron.daily/visitors @@ -0,0 +1,15 @@ +#!/bin/sh + +# Copyright 2012 Holger Levsen +# released under the GPLv=2 + +LOGS=$(mktemp) +DOT=$(mktemp) +# FIXME: provide monthly stats and don't run this daily +zcat /var/log/apache2/access.log* | grep -v 127.0.0.1 | sort | ip2host > $LOGS + +visitors --debug -AKMY -m 30 $LOGS > /var/www/visitors-report.html +#visitors --debug -VT -m 30 --prefix http://jenkins.debian.net $LOGS > $DOT +# dot -Tpng -o/var/lib/www/visitors-report-graph.png $DOT + +rm $LOGS $DOT -- cgit v1.2.3-70-g09d2