Project

General

Profile

Revision 228aad1c

ID228aad1c5fd0ba95c17de7719293f1d4a322d775
Parent baedcd0f
Child 08d86103

Added by Francois POIROTTE over 14 years ago

Fusion de modifications issues de la branche Riran2 et concernant les traductions.
Mise à jour des traductions.
Déplacement de certains éléments de la configuration du development.ini vers app_cfg.py (ceux qui posaient problème à PasteDeploy).

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@1385 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/config/app_cfg.py
71 71
# Vigiboard version
72 72
base_config['vigilo_version'] = u'2.0-pre0.1'
73 73

  
74
# Links configuration
75
# XXX Should be part of ini settings.
74
# Configuration des liens
76 75
# Les elements suivants peuvent etre utilises dans la chaine de formatage :
77 76
# - idcorrevent : identifiant de l'aggregat (alerte correlee)
78 77
# - host : le nom de l'hote concerne par l'alerte
......
84 83
    'servicetype': ['Service Type', 'http://example4.com/%(idcorrevent)d'],
85 84
}
86 85

  
86
# URL des tickets, possibilités:
87
# - %(idaggregate)s
88
# - %(host)s
89
# - %(service)s
90
# - %(tt)s
91
base_config['vigiboard_links.tt'] = 'http://example4.com/%(idcorrevent)d/%(tt)s'
92

  
87 93
# Plugins to use
88
# XXX Should be part of ini settings.
89 94
base_config['vigiboard_plugins'] = [
90 95
    ['shn', 'PluginSHN'],
91 96
]

Also available in: Unified diff