Project

General

Profile

Revision e48c54c4

IDe48c54c456fbbea693acdbff5cd8d94b8c82431e
Parent c9245ffc
Child 57387640

Added by Francois POIROTTE over 14 years ago

Mise à jour des annotations concernant les exigences.

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

View differences:

vigiboard/config/app_cfg.py
61 61
# - %(host)s : le nom de l'hote concerne par l'alerte
62 62
# - %(service)s : le nom du service concerne par l'alerte
63 63
# - %(message) : le message transmis par Nagios dans l'alerte
64
#
65
# Permet de satisfaire l'exigence VIGILO_EXIG_VIGILO_BAC_0130.
64 66
base_config['vigiboard_links.eventdetails'] = {
65 67
    'nagios': ['Nagios host details', 'http://example1.com/%(idcorrevent)d'],
66 68
    'metrology': ['Metrology details', 'http://example2.com/%(idcorrevent)d'],
vigiboard/controllers/root.py
78 78

  
79 79
        Cette méthode permet de satisfaire les exigences suivantes : 
80 80
        - VIGILO_EXIG_VIGILO_BAC_0040, 
81
        - VIGILO_EXIG_VIGILO_BAC_0050,
82
        - VIGILO_EXIG_VIGILO_BAC_0060,
83 81
        - VIGILO_EXIG_VIGILO_BAC_0070,
84 82
        - VIGILO_EXIG_VIGILO_BAC_0100,
85
        - VIGILO_EXIG_VIGILO_BAC_0110.
86 83
        """
87 84
        if not page:
88 85
            page = 1
vigiboard/controllers/vigiboardrequest.py
127 127
            priority_order = desc(CorrEvent.priority)
128 128

  
129 129
        # Tris (ORDER BY)
130
        # Permet de répondre aux exigences suivantes :
131
        # - VIGILO_EXIG_VIGILO_BAC_0050
132
        # - VIGILO_EXIG_VIGILO_BAC_0060
130 133
        self.orderby = [
131 134
            desc(CorrEvent.status),                         # État acquittement
132 135
            asc(StateName.statename.in_([u'OK', u'UP'])),   # Vert / Pas vert
vigiboard/i18n/en_US/LC_MESSAGES/vigiboard.po
3 3
# This file is distributed under the same license as the vigiboard project.
4 4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5 5
#
6
#, fuzzy
7 6
msgid   ""
8 7
msgstr  "Project-Id-Version: vigiboard 0.1\n"
9 8
        "Report-Msgid-Bugs-To: contact@projet-vigilo.org\n"
vigiboard/widgets/edit_event.py
21 21

  
22 22
    Affiche une zone de texte pour le Trouble Ticket et une
23 23
    liste déroulante pour le nouveau status
24

  
25
    Ce widget permet de répondre aux exigences suivantes :
26
    - VIGILO_EXIG_VIGILO_BAC_0060
27
    - VIGILO_EXIG_VIGILO_BAC_0110
24 28
    """
25 29

  
26 30
    submit_text = None
vigiboard/widgets/search_form.py
13 13

  
14 14
    Affiche un champ texte pour l'hôte, le service, la sortie,
15 15
    le ticket d'incidence, et la date.
16

  
17
    Ce widget permet de répondre aux exigences suivantes :
18
    - VIGILO_EXIG_VIGILO_BAC_0070
19
    - VIGILO_EXIG_VIGILO_BAC_0100
16 20
    """
17 21
        
18 22
    method = 'GET'

Also available in: Unified diff