Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Concepts

Pour accéder à cette interface, vous devez pointer votre navigateur Web vers l'adresse affichée durant l'installation.

  • Par défaut, l'interface de visualisation est accessible sur le port dédié 7767 (via le protocole HTTP). Par exemple :

Overview

To access the Interface, you must point your Web Browser to the URL provided during installation.

  • By default the Visualization Tool is accessible on the dedicated port 7767 (HTTP). For example : http://172.16.0.1.130:7767

 

This chapter explain how to configure the Visualization UI

Ce chapitre explique comment configurer l'interface de visualisation.

  • Le fichier The file /etc/shinken/modules/webui.cfg contains cfg contient les paramètres de configuration parameters.
  • Vous pouvez paramétrer : 
    • le
    you can set 
    • the HTTPS
    • the le port 
    • activated l'activation des modules
    • the languagela langue
    • ... 

 

HTTPS

L'interface peut être protégée par un accès HTTPS.

Dans le fichier webui

The UI can be now protected by an HTTPS access.

In the webui.cfg,  

  • to activate the pour activer le HTTPS :
    • use_ssl      0
      • by default it is set to par défaut le SSL est désactivé et la valeur est donc à 0. 
      • Set it to 1 to activatepassez la valeur à 1 pour l'activer.
         
  • to set certificates by updating the 3 following parametersPour paramétrer les certificats, utilisez les 2 paramètres suivants :
    • ssl_cert      /etc/shinken/certs/server.cert
    • ssl_key      /etc/shinken/certs/server.key

Info
The files default files Les fichiers par défaut /etc/shinken/certs/server.cert and et /etc/shinken/certs/server.key are just samples that are provided with the installation and MUST be changed by your own certificates.

Accessing to the UI will still use the default dedicated port 7766 (but in HTTPS).

sont justes des exemples qui sont fournis avec l'installation, mais ces certificats ne sont pas approuvés et valides, vous DEVEZ les changer avec vos propres certificats..

L'accès à l'interface se fera toujours via le port dédié par défaut 7767 (mais via le protocole HTTPS).


 

Log in

You must Sign in to access the Administration Tool :
  1. Enter your Username and Password
     
  2. Click the Login Button or hit Enter

 

 

Info

If Shinken is connected to an active directory, please use your usual active directory account (without the DOMAIN\ part).

You can also use your active dorectory email address as your login.

 

 

Warning

If an error occurred (wrong login or password), you will be prompted again

 

Link the Login authentication to an Active Directory Server

Configure the auth_active_directory module

Edit the auth_active_directory.cfg in /etc/shinken/modules:
 Property Example Description
ldap_urildaps://myserverThe address of the Active Directory server.
user userThe user name to connect to the lapd server
password passwordThe password
DCDC =google,DC=comBase OU for the users.

Then activate this module in the webui.cfg file

Edit the webui.cfg file in /etc/shinken/modules

 Property Example Description

 modules            

Cfg_password, auth-active-directory, Mongodb, webui-enterprise, sla

By default, auth-active-directory should be present in the line. If missing, add it to activate the module.
InfoIt will first try to identify the login/pass provided in the via the active directory module, then check in the synchronizer database, and then reject it if not found or valid.