surveil/tools/docker/etc/shinken/modules/webui.cfg
aviau 9f7cdee108 Moved Dockerfile to root
Change-Id: Ie4e4b14028aeeba58d20464fc9c5d02846b029ec
2014-08-14 20:57:02 -04:00

42 lines
1.3 KiB
INI

define module{
module_name WebUI
module_type webui
host 0.0.0.0 ; mean all interfaces of your broker server
port 7767
# CHANGE THIS VALUE or someone may forge your cookies
auth_secret o2vzcwI62xaEt09xGZ8XBmDtJJWw0j
# Allow or not the html characters in plugins output
# WARNING: so far, it can be a security issue
allow_html_output 0
# Option welcome message
#login_text Welcome to ACME Shinken WebUI.
#http_backend auto
# ; can be also: wsgiref, cherrypy, paste, tornado, twisted
# ; or gevent. auto means best match in the system.
modules Cfg_password
# Modules available for the WebUI:
#
# Note: Choose one or more authentication methods.
#
# Apache_passwd: use an Apache htpasswd files for auth
# ActiveDir_UI: use AD for auth and photo collect
# Cfg_password: use passwords in contacts configuration for authentication
#
# PNP_UI: Use PNP graphs in the UI
# GRAPHITE_UI: Use graphs from Graphite
#
# Mongodb: Necessary for enabling user preferences in WebUI
}
define module{
module_name Cfg_password
module_type cfg_password_webui
}