Simon Pasquier | 55fe3aa | 2017-01-09 10:54:26 +0100 | [diff] [blame] | 1 | parameters: |
2 | influxdb: | ||||
3 | server: | ||||
4 | database: | ||||
5 | lma: | ||||
6 | enabled: true | ||||
7 | name: lma | ||||
8 | retention_policy: | ||||
9 | - name: lma | ||||
10 | is_default: true | ||||
11 | duration: 30d | ||||
12 | replication: 1 | ||||
13 | user: | ||||
14 | lma: | ||||
15 | enabled: true | ||||
16 | name: lma | ||||
17 | password: ${_param:influxdb_stacklight_password} | ||||
18 | grant: | ||||
19 | grant_lma_all: | ||||
20 | enabled: true | ||||
21 | user: lma | ||||
22 | database: lma | ||||
23 | privilege: all |