dataset/seed/grafana/README.md
2023-08-02 11:01:00 +02:00

5 KiB

Table of Contents

grafana

Synopsis

Grafana is an analytics and interactive visualization web application.

For more informations

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 Example 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) example.net domainname

postgresql (general.postgresql)

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

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
  values:
    general.revprox.revprox_client.revprox_client_external_domainnames:
      - service.example.net
    general.oauth2_client.oauth2_email_domain: example.net

With all providers:

grafana:
  applicationservice: grafana
  zones_name:
    - journald
    - localdns
    - reverseproxy
    - smtp
    - oauth2
    - postgresql
  values:
    general.revprox.revprox_client.revprox_client_external_domainnames:
      - service.example.net
    general.oauth2_client.oauth2_email_domain: example.net

All applications services for this dataset.