Add grafana install with dashboards provisioning depending on the exporters configured #1

Merged
tchivert merged 8 commits from add_grafana_compose into master 2023-03-13 16:38:00 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 5ce892d438 - Show all commits

View File

@ -76,3 +76,4 @@ grafana_users_viewers_can_edit: false
grafana_log_level: error grafana_log_level: error
grafana_router_logging: false grafana_router_logging: false
grafana_disable_sanitize_html: true grafana_disable_sanitize_html: true
grafana_traefik_entrypoint: 'websecure'

View File

@ -61,7 +61,7 @@ services:
traefik.http.routers.grafana.rule: Host(`{{ grafana_domain|default(omit) }}`) traefik.http.routers.grafana.rule: Host(`{{ grafana_domain|default(omit) }}`)
traefik.http.routers.grafana.tls: true traefik.http.routers.grafana.tls: true
traefik.http.routers.grafana.tls.certresolver: letsencrypt traefik.http.routers.grafana.tls.certresolver: letsencrypt
traefik.http.routers.grafana.entrypoints: websecure traefik.http.routers.grafana.entrypoints: "{{ grafana_traefik_entrypoint }}"
traefik.http.services.grafana.loadbalancer.server.port: 3000 traefik.http.services.grafana.loadbalancer.server.port: 3000
{% else %} {% else %}
ports: ports: