diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-16 02:45:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-16 02:45:30 +0100 |
commit | 4c71ea751cd0551b36f76cac66fc2ffb7722b9ff (patch) | |
tree | be26193219ea4376ee1144dcb2a95e700a086c32 /etc | |
parent | f480b100c53ad8a949ddb96abca197e57e000d6b (diff) | |
download | jenkins.debian.net-4c71ea751cd0551b36f76cac66fc2ffb7722b9ff.tar.xz |
silence
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 3fffeecb..47c8b6dd 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 +visitors --debug -AKMY -m 30 $LOGS > /var/www/visitors-report.html 1> /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 |