Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / README.txt @ master

History | View | Annotate | Download (1.36 KB)

1
VigiGraph
2
=========
3

    
4
VigiBoard est l'interface web de Vigilo_ orientée métrologie. On peut y
5
visualiser les graphes de performance des différents indicateurs collectés
6
sur le parc supervisé.
7

    
8
Pour les détails du fonctionnement de VigiGraph, se reporter à la
9
`documentation officielle`_.
10

    
11

    
12
Dépendances
13
-----------
14
Vigilo nécessite une version de Python supérieure ou égale à 2.5. Le chemin de
15
l'exécutable python peut être passé en paramètre du ``make install`` de la
16
façon suivante::
17

    
18
    make install PYTHON=/usr/bin/python2.6
19

    
20
VigiGraph a besoin des modules Python suivants :
21

    
22
- setuptools (ou distribute)
23
- vigilo-turbogears
24

    
25

    
26
Installation
27
------------
28
L'installation se fait par la commande ``make install`` (à exécuter en
29
``root``).
30

    
31
Après avoir configuré VigiGraph dans le fichier
32
``/etc/vigilo/vigigraph/settings.ini``, il faut initialiser la base de données
33
par la commande ``vigilo-updatedb``. Enfin, il faut redémarrer Apache pour
34
qu'il prenne en compte le nouveau fichier de configuration de VigiGraph.
35

    
36
L'accès à l'interface se fait avec les identifiants suivants :
37

    
38
 - login : ``manager``
39
 - mot de passe : ``iddad``
40

    
41

    
42
License
43
-------
44
VigiGraph est sous licence `GPL v2`_.
45

    
46

    
47
.. _documentation officielle: Vigilo_
48
.. _Vigilo: https://www.vigilo-nms.com
49
.. _GPL v2: http://www.gnu.org/licenses/gpl-2.0.html
50

    
51
.. vim: set syntax=rst fileencoding=utf-8 tw=78 :
52

    
53