Project

General

Profile

Revision a45763b4

IDa45763b4385c6a04e33b520f073c173a0551788a
Parent 780ca169
Child 71f6f653

Added by Francois POIROTTE over 14 years ago

Suite du renommage de EventsAggregate en CorrEvent dans VigiBoard.

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

View differences:

vigiboard/config/app_cfg.py
74 74
# Links configuration
75 75
# XXX Should be part of ini settings.
76 76
# Les elements suivants peuvent etre utilises dans la chaine de formatage :
77
# - idaggregate : identifiant de l'aggregat (alerte correlee)
77
# - idcorrevent : identifiant de l'aggregat (alerte correlee)
78 78
# - host : le nom de l'hote concerne par l'alerte
79 79
# - service : le nom du service concerne par l'alerte
80 80
base_config['vigiboard_links.eventdetails'] = {
81
    'nagios': ['Nagios host details', 'http://example1.com/%(idaggregate)s'],
82
    'metrology': ['Metrology details', 'http://example2.com/%(idaggregate)s'],
83
    'security': ['Security details', 'http://example3.com/%(idaggregate)s'],
84
    'servicetype': ['Service Type', 'http://example4.com/%(idaggregate)s'],
81
    'nagios': ['Nagios host details', 'http://example1.com/%(idcorrevent)d'],
82
    'metrology': ['Metrology details', 'http://example2.com/%(idcorrevent)d'],
83
    'security': ['Security details', 'http://example3.com/%(idcorrevent)d'],
84
    'servicetype': ['Service Type', 'http://example4.com/%(idcorrevent)d'],
85 85
}
86 86

  
87 87
# Plugins to use

Also available in: Unified diff