cubicweb integrated awstats frontend
Project description
Summary
The awstats cube integrates statistics processed by awstats into cubicweb for visualisation and integration.
It uses awstats processed files (/var/lib/awstats/*) to import stats and visualize them. It has a simple html export of the processed data and a visualisation of the imported stats (by document and for a time period).
To establish a link with the entity you want to build stats for you need to create a relationship Hits “stats_about” X.
class missing_stats_about(RelationDefinition):
name = 'stats_about'
subject = 'Hits'
object = ('BlogEntry', 'MicroBlogEntry')
When the link is established, importing the statistics is done using the update-webstats cubicweb-ctl command. For help on that command type
cubicweb-ctl update-webstats -h
The process running cubicweb and cubicweb-ctl needs to have read access to the configured location of the processed varnish files.
Configuration
- awstats-dir:
The directory where the processed awstats files are contained.
- awstats-domain:
If awstats processes multiple domains, which domain to use for importing into cubicweb.
- awstats-periodicity:
Awstats by default processes per month, but you can configure it to deal with day periods. (split by hours is not yet implemented)
Dependencies
http://awstats.sourceforge.net/
or apt-get install awstats (for debian derived distributions)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cubicweb-awstats-0.3.0.tar.gz
.
File metadata
- Download URL: cubicweb-awstats-0.3.0.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8282950ca52a913da9a6dd44c6ab2194411019c7df431d6d7b11273af0fe883b |
|
MD5 | 3a8f672c9a28700e9aaace4cddf185fa |
|
BLAKE2b-256 | 0993b5916881590e04815394ded463cd43e644a80024c9a7f85c57b136a06f96 |