From 6f6148c1e0aa21f34d840781aed4e422a1e24c6b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 21 Feb 2015 12:28:35 +0100 Subject: drop visitors report --- etc/cron.daily/visitors | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 etc/cron.daily/visitors (limited to 'etc/cron.daily') diff --git a/etc/cron.daily/visitors b/etc/cron.daily/visitors deleted file mode 100755 index d9b74f86..00000000 --- a/etc/cron.daily/visitors +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -# Copyright 2012 Holger Levsen -# released under the GPLv=2 - -[ -x /usr/bin/visitors ] || exit 0 -[ -x /usr/bin/ip2host ] || exit 0 - -if [ ! -f /usr/share/doc/zutils/copyright ] ; then - echo package zutils needs to be installed too - exit 1 -fi - -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 2> /dev/null -#visitors --debug -VT -m 30 --prefix https://jenkins.debian.net $LOGS > $DOT -# dot -Tpng -o/var/lib/www/visitors-report-graph.png $DOT - -rm $LOGS $DOT -- cgit v1.2.3-54-g00ecf