aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/grafana.yml
blob: 3f59ce268d09c3338c4dc3e4707df4d2f46090d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
parameters:
  haproxy:
    proxy:
      listen:
        grafana:
          mode: http
          options:
            - httplog
            - dontlog-normal
          balance: source
          binds:
            - address: ${_param:cluster_vip_address}
              port: ${_param:cluster_grafana_port}
          servers:
            - name: ${_param:cluster_node01_hostname}
              host: ${_param:cluster_node01_address}
              port: 3000
              params: 'check'
            - name: ${_param:cluster_node02_hostname}
              host: ${_param:cluster_node02_address}
              port: 3000
              params: 'check'
            - name: ${_param:cluster_node03_hostname}
              host: ${_param:cluster_node03_address}
              port: 3000
              params: 'check'