]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/cephadm/templates/services/grafana/ceph-dashboard.yml.j2
import ceph 16.2.7
[ceph.git] / ceph / src / pybind / mgr / cephadm / templates / services / grafana / ceph-dashboard.yml.j2
CommitLineData
e306af50
TL
1# {{ cephadm_managed }}
2deleteDatasources:
a4b75251 3{% for host in hosts %}
e306af50
TL
4 - name: 'Dashboard{{ loop.index }}'
5 orgId: 1
6{% endfor %}
7
8datasources:
a4b75251 9{% for host in hosts %}
e306af50
TL
10 - name: 'Dashboard{{ loop.index }}'
11 type: 'prometheus'
12 access: 'proxy'
13 orgId: 1
a4b75251 14 url: '{{ host }}'
e306af50
TL
15 basicAuth: false
16 isDefault: {{ 'true' if loop.first else 'false' }}
17 editable: false
18{% endfor %}