Project

General

Profile

Revision 3d0d254c

ID3d0d254cf9f9d1b45e6a3e56a7fcbaad4cc344e4
Parent be29aa96
Child c49defb8

Added by Francois POIROTTE over 14 years ago

Utilisation de idaggregate de préférence par rapport à idevent (permet d'obtenir plus d'informations).
On suppose que la base de données génère les id des events (le corrélateur et le connector-db sont en train d'être modifiés pour suivre ce changement).
Utilisation de HighLevelService plutôt que ServiceHautNiveau.

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

View differences:

vigiboard/config/app_cfg.py
88 88
# Links configuration
89 89
# XXX Should be part of ini settings.
90 90
base_config['vigiboard_links.eventdetails'] = {
91
        'nagios': ['Nagios host details', 'http://example1.com/%(idevent)s'],
92
        'metrology': ['Metrology details', 'http://example2.com/%(idevent)s'],
93
        'security': ['Security details', 'http://example3.com/%(idevent)s'],
94
        'servicetype': ['Service Type', 'http://example4.com/%(idevent)s'],
91
    'nagios': ['Nagios host details', 'http://example1.com/%(idaggregate)d'],
92
    'metrology': ['Metrology details', 'http://example2.com/%(idaggregate)d'],
93
    'security': ['Security details', 'http://example3.com/%(idaggregate)d'],
94
    'servicetype': ['Service Type', 'http://example4.com/%(idaggregate)d'],
95 95
}
96 96

  
97 97
# Plugins to use

Also available in: Unified diff