monitoring: Fix grafana_address
This commit is contained in:
parent
24d6a769a6
commit
d764f7d370
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ prometheus_storage_retention: 730d
|
|||
blackbox_exporter_web_listen_address: "[::1]:9115"
|
||||
grafana_url: "https://{{ monitoring_domain }}"
|
||||
grafana_domain: "{{ monitoring_domain }}"
|
||||
grafana_address: "[::1]"
|
||||
grafana_address: "::1"
|
||||
grafana_port: 9000
|
||||
grafana_admin_password: "{{ lookup('password', '/tmp/monitoring_grafana_password length=32') }}"
|
||||
grafana_data_dir: /var/lib/grafana
|
||||
|
|
Loading…
Add table
Reference in a new issue