diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-14 15:19:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-14 15:19:54 +0200 |
commit | cee999d4c6e7465195af1f9c1d8429827ed30b1e (patch) | |
tree | 7e5f7e7d0adee4eb34b0aff52ec12fdd166250b0 /etc/cron.daily/visitors | |
parent | 3f19c7a37a7fe500339b6ca819b13f09ca4ec671 (diff) | |
download | jenkins.debian.net-cee999d4c6e7465195af1f9c1d8429827ed30b1e.tar.xz |
more s#http#https# changes
Diffstat (limited to 'etc/cron.daily/visitors')
-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 ef011d65..d9b74f86 100755 --- a/etc/cron.daily/visitors +++ b/etc/cron.daily/visitors @@ -17,7 +17,7 @@ DOT=$(mktemp) 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 http://jenkins.debian.net $LOGS > $DOT +#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 |