diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-18 11:55:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-18 11:55:06 +0100 |
commit | 05135528a23a6f90d2374a923632cec6223d236c (patch) | |
tree | 8197c7b7e06fab458ff7b2a62822a5f876468f08 /etc | |
parent | 1c77bad4e194c3c95607f7988fe10b8f9cec46ad (diff) | |
download | jenkins.debian.net-05135528a23a6f90d2374a923632cec6223d236c.tar.xz |
not that quiet
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/cron.daily/visitors | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/cron.daily/visitors b/etc/cron.daily/visitors index 47c8b6dd..e310dde7 100755 --- a/etc/cron.daily/visitors +++ b/etc/cron.daily/visitors @@ -8,7 +8,7 @@ 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 1> /dev/null +visitors --debug -AKMY -m 30 $LOGS > /var/www/visitors-report.html 2> /dev/null #visitors --debug -VT -m 30 --prefix http://jenkins.debian.net $LOGS > $DOT # dot -Tpng -o/var/lib/www/visitors-report-graph.png $DOT |