[global]
###################################################################
# This [global] section contains settings common to all logbooks
# If an individual logbook setting should be the same in all
# logbooks, it can be copied into this section. If it is present
# in this section and in a logbook section, the one in the logbook
# section has precedence.
####################################################################
# Server TCP port under which the server is listening.
Port = 8082
# Switches on (1) and off (0) logbook tabs
Logbook tabs = 1
# Determines size of logbook tabs
Tab cellpadding = 2
# Language can be english, french, spanish, german, dutch, brazilian
;Language = english
Language = brazilian
# Main Tab, if present, brings you back to main page
Main Tab = Main Page
# Specifies the root directory for ELOG resources like help files, themes,
# icons and user HTML files
;;resource dir = /www/elog
resource dir = /www/src/elog-2.6.0
# Optional Welcome Title can be customized, GIF image has to be in same directory as elogd.cfg
;Welcome Title = <font size=5 color=white>Welcome to<p><img src="elog.gif"><p>Please select logbook
Welcome Title = <font size=4 color=white>Bem-vindo ao Elog <img align=middle width=60 height=40 src=welcome.jpg> Eletronic logbooks</font<font size=2 color=white><p> Esses logbooks contém informações sobre instalações e alterações de softwares de cada máquina servidora. Para criar novos logbooks ou forum, por favor <a href=elaine@ccuec.unicamp.br>entre em contato. </a></font>
# Following string is used as the title for the logbook selection page.
# Used by most browsers also for bookmark names.
;Page title = ELOG Demo
Page title = ELOG - $subject
# The selection page can be completely customized with a user written page
# Outcomment following line if wanted
#Selection page = select.html
# Specifies the logging level. The higher this value, the more information
# is logged. Default is 2:
# 1: Log only logins and logouts
# 2: Log also write accesse
# 3: Log also read accesses
Logging level = 3
# To log all user login/logout activity, outcomment following line
;;Logfile = /www/elog/logs/elogd.log
Logfile = /www/src/elog-2.6.0/logs/elogd.log
# The SMTP host is used for Email notifications. Ask you system administrator
#SMTP host = mail.your.domain
SMTP host = apolo.ccuec.unicamp.br
# URL used for the URL link in email notification. Only uncomment if the internal
# URL is incorrect
#URL = http://host.your.domain/
URL = https://antares.ccuec.unicamp.br:9898
# User and Group under which the elogd daemon is started under Unix
# Logfiles generate by the daemon are owned by this user
#User = nobody
#Group = nobody
Usr = elog
Grp = elog
#---------------------------
# Access control
#---------------------------
# Password file containg a number of users in the form:
#
# <login name1>:<password1>:<full name1>
# <login name2>:<password2>:<full name2>
# <login name3>:<password3>:<full name2>
# ...
# Password should be initially empty and changed via the
# "Change password" button
;;Password file = /www/elog/logbooks/auth/passwd.dssof
Password file = /www/src/elog-2.6.0/logbooks/auth/passwd.dssof
# Password (cookie) expiration in hours, zero for current browser session
#Login expriation = 1
Login expiration = 0
# Define Admin User
Admin user = admin
# Allow "delete" command only to user "admin"
#Allow delete = conny, stefan
Allow delete = admin
# Don't accept any connection from bad host
;Hosts deny = bad.guy.com
#
# Alternative access control with a global password, change password
# with "elogd -l Demo1 -r <password>. The one below is "secret". The
# browser opens a box and asks for the user name (don't care) and
# the password "secret" in this case.
#
#Read password=c2Vjc===
# Separate password for write access, change with
# "elogd -l Demo1 -w <password>
#Write password=c2Vjc===
# Expires after browser session
#Write password expiration = 0
# Admin password for "config" and "delete" commands, change with
# "elogd -l Demo1 -a <password>
#Admin password=c2Vjc===
# Expires after one day
#Admin password expriation = 24
# Created for initialize the password file. If you want
# to make available the "Self Registration" for a new
# user, remove the comments !
# 0 - disables self registration
# 1 - users can silently register
# 2 - causes elogd to send an email notification to the admin user(s)
# 3 - used to only send an email notification to tha admin users(s),
# which then can validate the account and commit it by hitting the URL given
# in the email notification.
Self register = 0
#---------------------------
# General options
#---------------------------
# If another theme is created, it must be placed under the themes/ directory
Theme = default
# Comment as displayed in the logbook selection page
;Comment = First Demo Logbook
# Logbook directory, must be created manually
;Data dir = logbooks/demo
# Page title as used by browsers as bookmark names, default is
# "ELOG - $logbook"
Page title = $logbook ELogbook
# Determine number of possible attachments, max. is ten, min is zero
Number Attachments = 2
# Date format as passed to the strftime() function and used to display
# the entry date
;Date format = %A, %B %d, %Y
Date format = %B %d, %Y
# Optionally, a user defined welcome page can be used as the starting page
# for each logbook. It should contain at least some buttons/links to display
# and enter messages
#Welcome page = demo1.html
# The default behavior is to display the last message in a logbook. This
# can be changed with the following command. A few examples are given
#Start page = last10
#Start page = ?cmd=New
#Start page = ?cmd=Search&mode=summary&type=routine
# Optional page displayed after submission of a message
#Submit page = submit.html
# Comment displayed on top of the message entry field
;Message comment = Please enter your message here:
Message comment = Por favor, entre com sua mensagem aqui:
# Commands dispalyed in the menu bar of the message page
;Menu commands = New, Edit, Delete, Reply, Download, Find, Last day, Last 10, Copy To, Move To, Config, Change password, Logout, Help
;Menu commands = List, New, Edit, Reply, Delete, Duplicate, Download, Find, Last day, Last 10, Copy To, Config, Admin, Change password, Logout, Help
Menu commands = List, New, Edit, Reply, Delete, Duplicate, Download, Find, Copy To, Config, Admin, Change password, Logout, Help
;Lista da versão anterior
;List Menu commands = List, New, Edit, Reply, Delete, Duplicate, Download, Find, Last Day, Copy to, Config, Admin, CVS Import, Login, Logout, Help
Edit Menu commands = List, New, Edit, Reply, Delete, Duplicate, Download, Find, Last Day, Copy to, Config, Admin, CVS Import, Login, Logout, Help
# Commands dispalyed in the menu bar of the search result page
#Find Menu commands = New, Edit, Delete, Reply, Find, Last day, Last 10, Copy To, Move To, Config, Change password, Logout, Help
# Text displayed at bottom of page
#Bottom text = bottom.html
# URL for site-specific help file, must be either present in the same
# directory as elod.cfg or point to an external Web server
Help URL = http://midas.psi.ch/elog/config.html
# Charactes per line for message entry
;;Message width = 76
########################################################
# Group of logbooks
########################################################
# Group Rede CorpNet
Group Rede CorpNet = Acesso Residencial, Alphas, Antivírus, Backup, Cluster Web, Cluster EA, EAD, FTP, Impressão, Listas, LogCorp, Mail Acadêmico, Proxy Reverso, Sistemas Informação, SmartCard
Group Cluster Web = aquarius, athena, lvs1, lvs2, polaris, sirius, sparta, vega
Group Mail Acadêmico = faunus, hercules
Group Cluster EA = icarus, osiris, artemis, arcadia
Group EAD = serveread, mirror-ead
Group Alphas = mozart, pascal, turing
Group FTP = zeus
Group LogCorp = logcorp
Group Antivírus = terra
Group SmartCard = smart01, smart02
Group Sistemas Informação = plutao, protocolo, sig01, zeta
Group Proxy Reverso = netuno
Group Listas = phoenix
Group Impressão = creta
Group Backup = emporium
Group Acesso Residencial = olimpo
# Group Rede CCnet
Group Rede CCnet = Desenv EA, Desenv Sist Inf, Laboratório, LDAP, LogCCUEC, Servidoras CCUEC, Instalação
Group Desenv Sist Inf = desenv02, desenv03, desenv05, ares, magda, minerva, nyx
Group Desenv EA = eros
Group LogCCUEC = logccuec
Group Servidoras CCUEC = apolo, mercurio
Group LDAP = sol, toe, andromeda
Group Laboratório = pegasus
Group Instalação = hefesto, quiron
# Group Rede Sist
Group Rede Sist = Banco de Dados, LogSist, Servidoras de Aplicação, Serviços
Group Banco de Dados = proddb01
Group LogSist = logsist
Group Servidoras de Aplicação = web01, web02, web03, sedna
Group Serviços = prod02, prod03, prod04, prod05
# Group Testes
Group Testes = Demo, Demo2, Forum
# Group for DCNET logbooks
Group Switches = maq1, maq2
; Group for DTTEC logbooks
Group Windows = dttec1, dttec2
# Define Top Groups
Top group dcnet = Switches
Top group dssof = Rede CorpNet, Rede CCNet, Rede Sist, Testes
Top group dttec = Windows
# Show initial page with top groups
Show top groups = 1
########################################################
# Logbook attributes
########################################################
# DSSOF logbooks attributes
Attributes = Author, Author Email, Type, Category, Subject, Data Inicio, Data Fim, Last Revision, Alias
# Define data type
Type Data Inicio = date
Type Data Fim = date
# Attributes which are required
Required Attributes = Subject, Category, Type, Data Inicio, Data Fim
# Predefined options for attribute "type"
Options Type = Hardware, Rede, Sistema Operacional, Software , Banco de Dados, Produtos
# Predefined options with multiple selections :
# This list allows for "Multiple Options", meaning that an attribute can have several values
# simultaneously. When entering an entry with MOptions, each value from the list is represented
# by a checkbox. Unlike with normal options, multiple checkboxes can be checked for an entry.
# The attribue value then becomes
;MOptions Category = General, Hardware, Software, Network, Other
... 971 more lines ...
|