dataset/seed/grafana
2023-08-01 15:13:17 +02:00
..
dictionaries ansible template 2023-06-23 08:12:05 +02:00
manual/image ansible template 2023-06-23 08:12:05 +02:00
templates ansible template 2023-06-23 08:12:05 +02:00
applicationservice.yml update doc 2023-08-01 15:13:17 +02:00
DEBUG.md ansible template 2023-06-23 08:12:05 +02:00
README.md update doc 2023-08-01 15:13:17 +02:00

Table of Contents

grafana

Description

Grafana is an analytics and interactive visualization web application.

For more informations

Examples

Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.

With minimum providers:

grafana:
  applicationservice: grafana
  zones_name:
    - localdns
    - reverseproxy
    - smtp
    - oauth2
    - postgresql

With all providers:

grafana:
  applicationservice: grafana
  zones_name:
    - journald
    - localdns
    - reverseproxy
    - smtp
    - oauth2
    - postgresql

Dependances

Variables

Général (general)

revprox (general.revprox)

Description Values
revprox_client_port 3000
revprox_client_cert_owner grafana
revprox_client (general.revprox.revprox_client)
Description Values
revprox_client_local_location /

oauth2_client (general.oauth2_client)

Description Values Type
oauth2_is_client_application True string
oauth2_client_name Grafana string
oauth2_client_description Visualisation de données string
oauth2_client_category Administration string
oauth2_client_logo silique_note.png string
oauth2_client_token_signature_algo RS256 string
Domain name allowed to log on Grafana (oauth2_email_domain) domainname

postgresql (general.postgresql)

Description Values
pg_client_key_owner grafana
  • [+]: variable is multiple
  • bold: variable is mandatory

All applications services for this dataset.