mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
(Stuart Lewis) Updates to the stats scripts. (1) Better error reporting. (2) Adding the ability to enter start dates - these had been removed with the Java replacements for the previous Perl scripts. (3) Added upgrade instructions. (4) Tidied up dstat.cfg. (5) Hostname and service name now taken from dspace.cfg rather than dstat.cfg.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2680 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
# DSpace information
|
||||
|
||||
# the log directory to be analysed
|
||||
dspace.log=${log.dir}
|
||||
# the year and month to start creating reports from
|
||||
# - year as four digits (e.g. 2005)
|
||||
# - month as a number (e.g. January is 1, December is 12)
|
||||
start.year = 2005
|
||||
start.month = 1
|
||||
|
||||
# actions to place in the general summary
|
||||
general.summary=archive_item
|
||||
@@ -72,8 +75,4 @@ item.lookup=10
|
||||
# individual users without disclosing email addresses. Note: later we may
|
||||
# support an "id" option, which replaces the address with the db id of the
|
||||
# eperson account.
|
||||
user.email=alias
|
||||
|
||||
# the name and url of the service being reported on
|
||||
host.name=Edinburgh Research Archive
|
||||
host.url=http://www.era.lib.ed.ac.uk/
|
||||
user.email=alias
|
Reference in New Issue
Block a user