Project

General

Profile

Revision 79fa773b

ID79fa773b102f4e1d60e9755631cc2455f9d0f9a3
Parent ea0e5dfb
Child 2dbc5942

Added by Francois POIROTTE almost 14 years ago

Ajout de la configuration pour le proxy Nagios dans VigiBoard.

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

View differences:

development.ini
22 22
[app:main]
23 23
use = egg:vigiboard
24 24

  
25
db_basename= vigilo_
25
db_basename=vigilo_
26 26
password_hashing_function=md5
27
;password_hashing_function=
28 27
lang=fr
29 28
use_kerberos=False
30 29
help_link=http://foo.bar/help
......
53 52
; (état d'acquittement et priorité ITIL).
54 53
state_first = True
55 54

  
55
; Emplacement des applications (rrdgraph, Nagios, ...)
56
; sur les serveurs distants.
57
app_path.nagios = /nagios/
58

  
59
; Schéma ("protocol") à utiliser pour se connecter
60
; à l'application. En général : http ou https.
61
; Par défaut : http
62
app_scheme.nagios = http
63

  
64
; Port de connexion au serveur distant hébergeant
65
; l'application.
66
; Par défaut : 80
67
app_port.nagios = 80
68

  
69

  
56 70
full_stack = true
57 71
cache_dir = %(here)s/data
58 72
beaker.session.key = vigiboard

Also available in: Unified diff