mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
fix(london-a): correct grafana provisioning dir path (#53)
grafana.ini on london-a sets provisioning = /usr/local/etc/grafana/provisioning but grafana_provisioning_dir pointed at /usr/local/share/grafana/conf/provisioning. This meant deploy.yml synced alerting rules, dashboards provisioning, and datasources to a path Grafana never reads — a from-scratch deploy would have broken alerting entirely. Fixes PESO-131
This commit is contained in:
parent
25d201f930
commit
d8757d37e1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ host_role: monitoring
|
||||||
host_description: "Monitoring stack (Prometheus, Grafana)"
|
host_description: "Monitoring stack (Prometheus, Grafana)"
|
||||||
host_location: "London"
|
host_location: "London"
|
||||||
ansible_python_interpreter: /usr/local/bin/python3
|
ansible_python_interpreter: /usr/local/bin/python3
|
||||||
grafana_provisioning_dir: /usr/local/share/grafana/conf/provisioning
|
grafana_provisioning_dir: /usr/local/etc/grafana/provisioning
|
||||||
|
|
||||||
zfs_pools:
|
zfs_pools:
|
||||||
- zroot
|
- zroot
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue