From 2170f5e3beb4ad4546d94c7fba641b41cb60cd2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 23 Feb 2009 07:40:59 +0000 Subject: [PATCH] set keyword on doc git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1295 44740490-163a-0410-bde0-09ae8108e29a --- modules/statistics/docs/statistics.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/statistics/docs/statistics.txt b/modules/statistics/docs/statistics.txt index bb34d03b7..71f1d2489 100644 --- a/modules/statistics/docs/statistics.txt +++ b/modules/statistics/docs/statistics.txt @@ -55,15 +55,15 @@ Then take the configuration template: Configure the path of the log file: - 'inputfile' => '/tmp/stat', + 'inputfile' => '/tmp/stat', and the syntax of the log file. You need to configure where the date starts (usually 0), and how long the date is (usually 15), and where the first columns starts (such that STAT is in column 3): - 'datestart' => 1, - 'datelength' => 15, - 'offsetspan' => 21, + 'datestart' => 1, + 'datelength' => 15, + 'offsetspan' => 21, Make sure the stat dir is writable. SimpleSAMLphp will write data here: -- GitLab