tool to record login.

3 messages Options
Embed this post
Permalink
gleissonbr () tool to record login.
Reply Threaded More More options
Print post
Permalink
Hi there!!!


   Does anybody know or have a product to monitor site activity ? For example,
a product that logs date, time, user name, browser string and IP and etc. So I
can monitor who is using the site.

thanks
gH

_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup
Francois Barriere () Re: tool to record login.
Reply Threaded More More options
Print post
Permalink
On Thu, 24 Sep 2009 08:32:50 -0400
Gleisson Henrique <[hidden email]> wrote:

>    Does anybody know or have a product to monitor site activity ? For
> example,
> a product that logs date, time, user name, browser string and IP and etc. So
> I
> can monitor who is using the site.

   There are external tools, like awstat, but more for site statistics.
It depends on the type of informations you want to collect and the goal
(audience, most viewed, etc).

Francois.

--
   Francois BARRIERE                          ATMEL
                                              Zone Industrielle
   Tel: (33) 0 442 53 61 98                   13106 ROUSSET
E-Mail: [hidden email]           FRANCE
                 ---------------------------------
Everyone knows that debugging is twice as hard as writing a program
in the first place. So if you're as clever as you can be when you write it,
how will you ever debug it? (Brian Kernighan)
                 ---------------------------------

_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup
Alberto Lopes () Re: tool to record login.
Reply Threaded More More options
Print post
Permalink
Gleisson,

If you are using Plone behind Apache, one very handy tool is webalizer.

You just get the Apache logs and run webalizer on them, and it creates a monthly report on site usage (very customizable). If you want automatic reporting, it is just a matter of creating a cron job in Linux or a scheduled task in Windows to run it from time to time.

However, it does not log any "plone-specific info". For example, username won't be logged unless you can extract it into Apache's log. If you use HTTP basic auth it is easy, but for Plone HTTP form auth I am not sure how... I wonder if you can get the username from a cookie or something.




On Thu, Sep 24, 2009 at 9:53 AM, Francois Barriere <[hidden email]> wrote:
On Thu, 24 Sep 2009 08:32:50 -0400
Gleisson Henrique <[hidden email]> wrote:

>    Does anybody know or have a product to monitor site activity ? For
> example,
> a product that logs date, time, user name, browser string and IP and etc. So
> I
> can monitor who is using the site.

  There are external tools, like awstat, but more for site statistics.
It depends on the type of informations you want to collect and the goal
(audience, most viewed, etc).

Francois.

--
  Francois BARRIERE                          ATMEL
                                             Zone Industrielle
  Tel: (33) 0 442 53 61 98                   13106 ROUSSET
E-Mail: [hidden email]           FRANCE
                ---------------------------------
Everyone knows that debugging is twice as hard as writing a program
in the first place. So if you're as clever as you can be when you write it,
how will you ever debug it? (Brian Kernighan)
                ---------------------------------

_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup


_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup